From d77b858d0d3132672b13c6c045fad238366a0df4 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 1 May 2021 16:30:18 -0800 Subject: [PATCH] format --- tests/pre_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pre_test.py b/tests/pre_test.py index d72b6d0da..e665cdaec 100644 --- a/tests/pre_test.py +++ b/tests/pre_test.py @@ -6,4 +6,3 @@ DB_URL.unlink(missing_ok=True) if settings.DB_ENGINE != "postgres": # Monkeypatch Database Testing settings.DB_URL = determine_sqlite_path(path=False, suffix="test") -