mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(nodes): remove errant print
This commit is contained in:
parent
86c3acf184
commit
6d776bad7e
@ -716,8 +716,6 @@ class _Model(BaseModel):
|
||||
# Get all pydantic model attrs, methods, etc
|
||||
RESERVED_PYDANTIC_FIELD_NAMES = set(map(lambda m: m[0], inspect.getmembers(_Model())))
|
||||
|
||||
print(RESERVED_PYDANTIC_FIELD_NAMES)
|
||||
|
||||
|
||||
def validate_fields(model_fields: dict[str, FieldInfo], model_type: str) -> None:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user