Fix more pep8

This commit is contained in:
pdelboca 2022-05-30 12:38:28 +02:00
parent c4dd52fc56
commit dc5c5c5f2f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if toolkit.requires_ckan_version("2.9"):
migrate_db_for("googleanalytics")
else:
from dbutil import init_tables
@pytest.fixture()
def clean_db(reset_db):
reset_db()