Upgrade pre-commit hooks

This commit is contained in:
Anthony Sottile
2018-10-08 10:10:46 -07:00
parent 66609665f2
commit 1caf6d5907
18 changed files with 30 additions and 35 deletions

View File

@@ -213,7 +213,9 @@ 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
self._initial_log_levels = (
{}
) # type: Dict[str, int] # dict of log name -> log level
def _finalize(self):
"""Finalizes the fixture.