cleanup: Remove unused variables.
Generated by autoflake. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		
							parent
							
								
									f5d96dbcce
								
							
						
					
					
						commit
						54b2578204
					
				
					 13 changed files with 20 additions and 20 deletions
				
			
		|  | @ -451,7 +451,7 @@ option does not affect login credentials.'''.replace("\n", " ")) | |||
|         logging.info("Connecting to Zulip.") | ||||
|         zulipToJabber.client.call_on_each_event(zulipToJabber.process_event, | ||||
|                                                 event_types=event_types) | ||||
|     except BaseException as e: | ||||
|     except BaseException: | ||||
|         logging.exception("Exception in main loop") | ||||
|         xmpp.abort() | ||||
|         sys.exit(1) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anders Kaseorg
						Anders Kaseorg