From 294b7aa7bde2d899b0da4190dcb78e570ff92349 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 22 Jan 2016 18:02:16 -0800 Subject: [PATCH] EventsRegisterTest: Remove unused variable maxDiff. Discovered using mypy. --- zerver/test_events.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zerver/test_events.py b/zerver/test_events.py index 40887e116a..fe72f0ab72 100644 --- a/zerver/test_events.py +++ b/zerver/test_events.py @@ -192,7 +192,6 @@ class GetEventsTest(AuthedTestCase): self.assertEqual(events[0]["message"]["display_recipient"], "Denmark") class EventsRegisterTest(AuthedTestCase): - maxDiff = None user_profile = get_user_profile_by_email("hamlet@zulip.com") bot = get_user_profile_by_email("welcome-bot@zulip.com")