mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
python: Reformat with Black, except quotes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5028c081cb
commit
11741543da
@@ -6,6 +6,7 @@ try:
|
||||
from zerver.models import * # noqa: F401, F403
|
||||
except Exception:
|
||||
import traceback
|
||||
|
||||
print("\nException importing Zulip core modules on startup!")
|
||||
traceback.print_exc()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user