mirror of https://github.com/zulip/zulip.git
mypy: Fix a missing type annotation.
This commit is contained in:
parent
75794acc46
commit
895d4a795b
|
@ -341,6 +341,7 @@ class GetEventsTest(ZulipTestCase):
|
|||
|
||||
class EventsRegisterTest(ZulipTestCase):
|
||||
def setUp(self):
|
||||
# type: () -> None
|
||||
super(EventsRegisterTest, self).setUp()
|
||||
self.user_profile = self.example_user('hamlet')
|
||||
self.maxDiff = None # type: Optional[int]
|
||||
|
|
Loading…
Reference in New Issue