mirror of https://github.com/zulip/zulip.git
mypy: Add missing type parameter in test_upload.py:create_user.
This commit is contained in:
parent
6cb3a2ab1a
commit
0958298d88
|
@ -463,7 +463,7 @@ class FileUploadTest(UploadSerializeMixin, ZulipTestCase):
|
|||
# type: () -> None
|
||||
|
||||
def create_user(email, realm_id):
|
||||
# type: (Text) -> UserProfile
|
||||
# type: (Text, Text) -> UserProfile
|
||||
self.register(email, 'test')
|
||||
return get_user(email, get_realm(realm_id))
|
||||
|
||||
|
|
Loading…
Reference in New Issue