Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Oct 11, 2024
1 parent 7f250a1 commit 83b6517
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions testing/src/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
TYPE_CHECKING,
Any,
Callable,
Dict,
List,
Mapping,
Optional,
Type,
Union,
cast,
)

Expand Down
5 changes: 0 additions & 5 deletions testing/src/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,13 @@
ClassVar,
Dict,
Final,
FrozenSet,
Generic,
Iterable,
List,
Literal,
Mapping,
NoReturn,
Optional,
Sequence,
Set,
Tuple,
Type,
TypeVar,
Union,
cast,
Expand Down

0 comments on commit 83b6517

Please sign in to comment.