mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	pep8: Fix E303 violations.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							9f0383520c
						
					
				
				
					commit
					8c0c12c1d9
				
			@@ -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")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user