mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Fix mypy error in AdminNotifyHandler.emit().
This commit is contained in:
		@@ -88,7 +88,7 @@ class AdminNotifyHandler(logging.Handler):
 | 
			
		||||
        logging.Handler.__init__(self)
 | 
			
		||||
 | 
			
		||||
    def emit(self, record: logging.LogRecord) -> None:
 | 
			
		||||
        report = {}
 | 
			
		||||
        report = {}  # type: Dict[str, Any]
 | 
			
		||||
 | 
			
		||||
        try:
 | 
			
		||||
            report['node'] = platform.node()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user