From c781fdfd19b5c975ebf52821ab12f0a569ba7a4e Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 10 Jun 2025 20:29:08 +0200 Subject: fix lints --- tests/bootstrap/test_new_instance.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/bootstrap/test_new_instance.py') diff --git a/tests/bootstrap/test_new_instance.py b/tests/bootstrap/test_new_instance.py index 7686fde..05076f4 100644 --- a/tests/bootstrap/test_new_instance.py +++ b/tests/bootstrap/test_new_instance.py @@ -117,4 +117,3 @@ def test_setup_via_fietsupdate(tmpdir): # Clean up the database. This is important with anything but SQLite, as # the tables would otherwise persist and interfere with the other tests. cleanup_database(Path("testing.ini")) - -- cgit v1.2.3