pep8: Fix E303 violations.

This commit is contained in:
Sidhant Bhavnani
2016-12-02 16:18:11 +00:00
committed by Tim Abbott
parent 9f0383520c
commit 8c0c12c1d9
42 changed files with 1 additions and 68 deletions

View File

@@ -133,7 +133,6 @@ class UserPresenceTests(ZulipTestCase):
json = post_presence()
self.assertEqual(json['zephyr_mirror_active'], True)
def _simulate_mirror_activity_for_user(self, user_profile):
# type: (UserProfile) -> None
last_visit = timezone.now()
@@ -147,7 +146,6 @@ class UserPresenceTests(ZulipTestCase):
last_visit=last_visit
)
def test_same_realm(self):
# type: () -> None
self.login("espuser@mit.edu")