cleanup; remove unused imports
This commit is contained in:
parent
a11a3af597
commit
5ecd4b4810
39 changed files with 36 additions and 67 deletions
|
@ -99,7 +99,7 @@ config = make_config(Config)
|
|||
|
||||
|
||||
### tests start
|
||||
from typing import Iterator, Any
|
||||
from typing import Iterator
|
||||
from contextlib import contextmanager as ctx
|
||||
@ctx
|
||||
def _reset_config() -> Iterator[Config]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue