blob: 6365452682843192cf0920fbde59470134b7d86c [file] [log] [blame]
# SPDX-License-Identifier: MIT
from attr import * # noqa: F401,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.