Manual fixups of black formatting

This commit is contained in:
Anthony Sottile 2018-10-08 10:12:42 -07:00
parent 1caf6d5907
commit 65545d8fb2
1 changed files with 2 additions and 3 deletions

View File

@ -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.