mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
		@@ -25,6 +25,7 @@ class Command(BaseCommand):
 | 
			
		||||
                            help="run all queues")
 | 
			
		||||
 | 
			
		||||
    help = "Runs a queue processing worker"
 | 
			
		||||
 | 
			
		||||
    def handle(self, *args, **options):
 | 
			
		||||
        # type: (*Any, **Any) -> None
 | 
			
		||||
        logging.basicConfig()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user