[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2021-12-12 12:49:23 +00:00
parent 8c3b17263b
commit 9166ff6cb5
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ def _compare_eq_cls(left: Any, right: Any, verbose: int) -> List[str]:
fields_to_check = left._fields
else:
assert False
indent = " "
same = []
diff = []