Skip to content

Commit

Permalink
small ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Oct 7, 2023
1 parent e526471 commit 8f68852
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,10 @@ def generate_schema(
emit_type: Optional[EmitType] = None,
) -> None:
result: Mapping[str, Any] = get_schema(
any_type, additional_properties=False, all_refs=True, emit_type=emit_type
any_type,
additional_properties=False,
all_refs=True,
emit_type=emit_type,
)

if not file_path.parent.exists():
Expand Down

0 comments on commit 8f68852

Please sign in to comment.