mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
python: Add noqa comments for the specific star imports we allow.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
491fb3c3cf
commit
0e5946ee5a
@@ -16,8 +16,8 @@
|
||||
#
|
||||
########################################################################
|
||||
|
||||
from .configured_settings import * # isort: skip
|
||||
from .computed_settings import * # isort: skip
|
||||
from .configured_settings import * # noqa: F401,F403 isort: skip
|
||||
from .computed_settings import * # noqa: F401,F403 isort: skip
|
||||
|
||||
# Do not add any code after these wildcard imports! Add it to
|
||||
# computed_settings instead.
|
||||
|
Reference in New Issue
Block a user