Skip to content

Commit

Permalink
precommits
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Sep 10, 2024
1 parent d789645 commit c54d8b6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ 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()}")
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,
Expand Down

0 comments on commit c54d8b6

Please sign in to comment.