2021-12-27 08:29:09 +00:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2021-10-04 14:23:50 +00:00
|
|
|
|
2023-08-20 10:03:53 +00:00
|
|
|
from attr import * # noqa: F403
|
2021-10-04 14:23:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
# 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.
|