mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
pep8: Add compliance with rule E261 to test_report.py.
This commit is contained in:
committed by
Tim Abbott
parent
2b1c6f7749
commit
fcb1e4d4f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user