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): |     def __init__(self, item): | ||||||
|         """Creates a new funcarg.""" |         """Creates a new funcarg.""" | ||||||
|         self._item = item |         self._item = item | ||||||
|         self._initial_log_levels = ( |         # dict of log name -> log level | ||||||
|             {} |         self._initial_log_levels = {}  # type: Dict[str, int] | ||||||
|         )  # type: Dict[str, int] # dict of log name -> log level |  | ||||||
| 
 | 
 | ||||||
|     def _finalize(self): |     def _finalize(self): | ||||||
|         """Finalizes the fixture. |         """Finalizes the fixture. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue