mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
zerver/lib: Use Python 3 syntax for typing for several files.
This adds a number of annotations that had been missed in previous passes.
This commit is contained in:
@@ -19,7 +19,7 @@ import os
|
||||
import hashlib
|
||||
|
||||
if False:
|
||||
from zerver.models import UserProfile, Stream, Realm, Message
|
||||
from zerver.models import UserProfile, Realm, Message
|
||||
# These modules have to be imported for type annotations but
|
||||
# they cannot be imported at runtime due to cyclic dependency.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user