pylint issues resolved
Ran tests, and black afterwards. Updated changes.rst and included pre-commit hooks as required. Ran isort on imports.
This commit is contained in:
parent
3dc6db9d0c
commit
dde76ea960
32 changed files with 114 additions and 132 deletions
|
|
@ -95,7 +95,7 @@ def leak_detector():
|
|||
leaks.append(request_ctx._get_current_object())
|
||||
request_ctx.pop()
|
||||
|
||||
assert leaks == []
|
||||
assert not leaks
|
||||
|
||||
|
||||
@pytest.fixture(params=(True, False))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue