Applied pylint-amnesty

This commit is contained in:
usamasadiq
2021-02-02 15:29:41 +05:00
parent 712a6bcc0c
commit 8556d670a2
15 changed files with 27 additions and 27 deletions

View File

@@ -53,7 +53,7 @@ def _django_clear_site_cache():
clearing mechanism actually works. So override this fixture to not mess
with what has been working for us so far.
"""
pass
pass # lint-amnesty, pylint: disable=unnecessary-pass
@pytest.fixture(autouse=True)