Skip to content

Commit

Permalink
Reformated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Aug 24, 2023
1 parent 57d2f31 commit ee5c17a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion falcon/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
# limitations under the License.

"""Shorthand definitions for more complex types."""
from typing import Any, Callable, Pattern
from typing import Any
from typing import Callable
from typing import Pattern
from typing import Union

from falcon.request import Request
Expand Down

0 comments on commit ee5c17a

Please sign in to comment.