Sign in
chromium
/
external
/
github.com
/
python-attrs
/
attrs
/
d68f0cdce9bca2451b51a79cabbfa9b8fd74c60f
/
.
/
tests
/
attr_import_star.py
blob: bdc5c091b7f49c43debc8f9db044c2961ebf1496 [
file
] [
log
] [
blame
]
# 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.