Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Sep 10, 2024
1 parent c54d8b6 commit a423c77
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ def __init__(
)

def generate(self) -> None:
print(
f"{self._class_name} found {self._context.get_referenced_types(self._name.type_id)}, {self._name.type_id}, {self._context.get_non_union_circular_references()}"
)

with FernAwarePydanticModel(
class_name=self._class_name,
type_name=self._name,
Expand Down

0 comments on commit a423c77

Please sign in to comment.