From 83b65173647a8acd0fb8e4883088901c85a51f35 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Fri, 11 Oct 2024 15:11:05 +1300 Subject: [PATCH] Remove unused imports. --- testing/src/context.py | 5 ----- testing/src/state.py | 5 ----- 2 files changed, 10 deletions(-) diff --git a/testing/src/context.py b/testing/src/context.py index 598088010..44aea5056 100644 --- a/testing/src/context.py +++ b/testing/src/context.py @@ -12,12 +12,7 @@ TYPE_CHECKING, Any, Callable, - Dict, - List, Mapping, - Optional, - Type, - Union, cast, ) diff --git a/testing/src/state.py b/testing/src/state.py index 689893025..8e46afe1f 100644 --- a/testing/src/state.py +++ b/testing/src/state.py @@ -22,18 +22,13 @@ ClassVar, Dict, Final, - FrozenSet, Generic, Iterable, List, Literal, Mapping, NoReturn, - Optional, Sequence, - Set, - Tuple, - Type, TypeVar, Union, cast,