pep8: Add compliance with rule E261 to test_report.py.

This commit is contained in:
Aditya Bansal
2017-05-07 23:33:06 +05:30
committed by Tim Abbott
parent 2b1c6f7749
commit fcb1e4d4f1

View File

@@ -24,7 +24,7 @@ class StatsMock(object):
# type: (Callable) -> None
self.settings = settings
self.real_impl = statsd
self.func_calls = [] # type: List[Tuple[str, Iterable[Any]]]
self.func_calls = [] # type: List[Tuple[str, Iterable[Any]]]
def __getattr__(self, name):
# type: (str) -> Callable