core: cleanup/sort imports according to ruff check --select I
This commit is contained in:
parent
7023088d13
commit
478e288ea8
45 changed files with 235 additions and 170 deletions
|
@ -3,9 +3,9 @@ Decorator to gracefully handle importing a data source, or warning
|
|||
and yielding nothing (or a default) when its not available
|
||||
"""
|
||||
|
||||
from functools import wraps
|
||||
from typing import Any, Iterator, TypeVar, Callable, Optional, Iterable
|
||||
import warnings
|
||||
from functools import wraps
|
||||
from typing import Any, Callable, Iterable, Iterator, Optional, TypeVar
|
||||
|
||||
from .warnings import medium
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue