mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
ruff: Fix M001 Unused noqa directive.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
adffad384c
commit
9d2d6c8eb7
@@ -1,8 +1,8 @@
|
||||
try:
|
||||
from django.conf import settings # noqa: F401
|
||||
|
||||
from analytics.models import * # noqa: F401, F403
|
||||
from zerver.models import * # noqa: F401, F403
|
||||
from analytics.models import * # noqa: F403
|
||||
from zerver.models import * # noqa: F403
|
||||
except Exception:
|
||||
import traceback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user