Skip to content

Commit

Permalink
mini refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 14, 2023
1 parent 0c7c5c3 commit 65457d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion martin_eden/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def wrap(self, data: dict, **_) -> dict[str, Any]:
"definitions": self._nested_schema_classes,
"$ref": f"#/definitions/{schema_name}",
}
return root
return root
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
'Access-Control-Allow-Headers: origin, content-type, accept\n'
'Access-Control-Allow-Credentials: true\n'
'Access-Control-Max-Age: 86400\n\n'
)
)

0 comments on commit 65457d1

Please sign in to comment.