Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.ci hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 16, 2023
1 parent 0061470 commit 24f74d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tests/my_*.py
docs/build/
.pdm-python
*.egg-info
*.ipynb
*.ipynb
2 changes: 1 addition & 1 deletion aiopenapi3/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def is_schema(v: Tuple[str, "SchemaType"]) -> bool:
for name, schema in filter(is_schema, byid.items()):
byname[schema._get_identity(name=name)] = schema

# PathItems
# PathItems
for path, obj in (self.paths or dict()).items():
for m in obj.model_fields_set & HTTP_METHODS:
op = getattr(obj, m)
Expand Down

0 comments on commit 24f74d0

Please sign in to comment.