Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Jan 30, 2024
1 parent 6b08fce commit f24f3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapify/core/base_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def schema_helper(
name: Optional[str] = None,
) -> Optional[Dict[str, Any]]:
builder = JSONSchemaBuilder(
dialect=OPEN_API_3_1, ref_prefix=f"#/components/schemas"
dialect=OPEN_API_3_1, ref_prefix="#/components/schemas"
)
try:
json_schema = builder.build(obj.value_type)
Expand Down

0 comments on commit f24f3d4

Please sign in to comment.