parent
25b6e8f946
commit
a250b24733
5 changed files with 18 additions and 12 deletions
|
|
@ -1,6 +1,4 @@
|
|||
# flake8: noqa: F401, F403
|
||||
import warnings
|
||||
|
||||
# flake8: noqa: F403
|
||||
from ..compat.compat_utils import passthrough_module
|
||||
|
||||
passthrough_module(__name__, '._deprecated')
|
||||
|
|
@ -9,4 +7,4 @@ del passthrough_module
|
|||
# isort: off
|
||||
from .traversal import *
|
||||
from ._utils import *
|
||||
from ._utils import _configuration_args, _get_exe_version_output
|
||||
from ._utils import _configuration_args, _get_exe_version_output # noqa: F401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue