mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
test_tornado: Remove duplicate type annotation.
`self.session_cookie` is already typed in the `setUp` method.
This commit is contained in:
parent
1b9a0367f2
commit
97fbcf020f
@ -49,7 +49,7 @@ class TornadoWebTestCase(AsyncHTTPTestCase, ZulipTestCase):
|
||||
|
||||
def tearDown(self) -> None:
|
||||
super().tearDown()
|
||||
self.session_cookie = None # type: Optional[Dict[str, str]]
|
||||
self.session_cookie = None
|
||||
|
||||
@override_settings(DEBUG=False)
|
||||
def get_app(self) -> Application:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user