From de02c806ce3c1113320c36a21e8b2fe039df67a1 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 13 Oct 2022 15:37:21 +0200 Subject: [PATCH] STY: autopep'd --- unittests/test_macros.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unittests/test_macros.py b/unittests/test_macros.py index 7cbb08ed..a41332bd 100644 --- a/unittests/test_macros.py +++ b/unittests/test_macros.py @@ -410,4 +410,3 @@ SimulationData: # Code sample to generate the expanded macro: # with open("expanded_test_macro.yaml", "w") as f: # f.write(yaml.dump(cfood)) - -- GitLab