From ab4955d9164bbde416a9d2952860f0d7867aba82 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Wed, 19 Jan 2022 17:30:57 +0100 Subject: [PATCH] STY: autopep'd --- unittests/test_apiutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/test_apiutils.py b/unittests/test_apiutils.py index 9cf9e1b7..b22a0ba3 100644 --- a/unittests/test_apiutils.py +++ b/unittests/test_apiutils.py @@ -145,7 +145,7 @@ def test_compare_entities(): assert "tests_234234" in diff_r1["properties"] assert "tests_TT" in diff_r2["properties"] - + def test_compare_entities_units(): r1 = db.Record() r2 = db.Record() -- GitLab