Sign in
chromium
/
external
/
github.com
/
python-attrs
/
attrs
/
e906fd01d5873e3d35eb9bfeb2b61c6e45b22eae
/
.
/
tests
/
attr_import_star.py
blob: bdc5c091b7f49c43debc8f9db044c2961ebf1496 [
file
]
# SPDX-License-Identifier: MIT
from
attr
import
*
# noqa: F403
# This is imported by test_import::test_from_attr_import_star; this must
# be done indirectly because importing * is only allowed on module level,
# so can't be done inside a test.