From 299ab3c368cb849fcb13003f997d22d90bada1a5 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 24 Oct 2024 15:22:48 +0200 Subject: [PATCH] STY: autopep8'd --- integrationtests/test_issues.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrationtests/test_issues.py b/integrationtests/test_issues.py index 6e603351..cb1e2e09 100644 --- a/integrationtests/test_issues.py +++ b/integrationtests/test_issues.py @@ -373,5 +373,3 @@ def test_issue_14(clear_database): records = db.execute_query("FIND Record") assert len(records) == 1 assert records[0].get_property("RT2").value == f_test.id - - -- GitLab