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 Sep 7, 2023
1 parent 7fedf4d commit 2afeef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tests/my_*.py
docs/build/
.pdm-python
*.egg-info
*.ipynb
*.ipynb
1 change: 0 additions & 1 deletion aiopenapi3/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import typing

from typing import List, Dict, Set, Callable, Tuple, Any, Union, cast, Optional, Type, ForwardRef
import collections
import inspect
import logging
import copy
Expand Down

0 comments on commit 2afeef3

Please sign in to comment.