Remove unused 'context' variables to appease pyflakes
							parent
							
								
									7c06399512
								
							
						
					
					
						commit
						7a756e5d9d
					
				|  | @ -252,11 +252,11 @@ def setup(): | |||
|         reactor.run() | ||||
| 
 | ||||
| def run(): | ||||
|     with LoggingContext("run") as context: | ||||
|     with LoggingContext("run"): | ||||
|         reactor.run() | ||||
| 
 | ||||
| def main(): | ||||
|     with LoggingContext("main") as context: | ||||
|     with LoggingContext("main"): | ||||
|         setup() | ||||
| 
 | ||||
| if __name__ == '__main__': | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Mark Haines
						Mark Haines