Skip to content

Commit

Permalink
Reorder imports from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Aug 10, 2023
1 parent 216aa60 commit d08f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from __future__ import annotations
import io
from typing import TypeVar, Union, List, Optional, BinaryIO, Callable
from typing import BinaryIO, Callable, List, Optional, TypeVar, Union

__all__ = ['BoundedStream']

Expand Down

0 comments on commit d08f103

Please sign in to comment.