Manual fixups of black formatting
This commit is contained in:
		
							parent
							
								
									1caf6d5907
								
							
						
					
					
						commit
						65545d8fb2
					
				|  | @ -213,9 +213,8 @@ class LogCaptureFixture(object): | |||
|     def __init__(self, item): | ||||
|         """Creates a new funcarg.""" | ||||
|         self._item = item | ||||
|         self._initial_log_levels = ( | ||||
|             {} | ||||
|         )  # type: Dict[str, int] # dict of log name -> log level | ||||
|         # dict of log name -> log level | ||||
|         self._initial_log_levels = {}  # type: Dict[str, int] | ||||
| 
 | ||||
|     def _finalize(self): | ||||
|         """Finalizes the fixture. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue