mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Add PEP-484 type annotations to zerver/lib/.
This commit is contained in:
		@@ -59,7 +59,7 @@ class QueueProcessingWorker(object):
 | 
			
		||||
    queue_name = None
 | 
			
		||||
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        self.q = None
 | 
			
		||||
        self.q = None # type: SimpleQueueClient
 | 
			
		||||
        if self.queue_name is None:
 | 
			
		||||
            raise WorkerDeclarationException("Queue worker declared without queue_name")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user