mypy: Fix duplicate annotation in test_narrow.

This commit is contained in:
Tim Abbott
2017-04-28 15:47:26 -07:00
parent 60362a0bec
commit 8d0f48a71f

View File

@@ -1410,7 +1410,7 @@ class GetOldMessagesTest(ZulipTestCase):
narrow=ujson.dumps(narrow),
anchor=0,
num_after=10,
)) # type: Dict[str, Dict]
))
self.assertEqual(len(result['messages']), 1)
messages = result['messages']