Skip to content

Commit

Permalink
Update blitz/models/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrochar authored Feb 17, 2024
1 parent 7e03a73 commit 4cbd8d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blitz/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def create_resource_model(
raise ValueError(f"Relationship `{field.relationship}` is missing.")
else:
field_info = Field(**extra)
print(field_info)
field_type = field.type.value

if extra.get("nullable", False) is True:
Expand Down

0 comments on commit 4cbd8d4

Please sign in to comment.