From e2ef07139ae624db43761795d53e020e76f5c697 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Thu, 7 Mar 2024 22:19:11 +0000 Subject: [PATCH] Fix code style issues with Black --- tests/unit/test_environment.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/unit/test_environment.py b/tests/unit/test_environment.py index 8504cee46..7a19d5850 100644 --- a/tests/unit/test_environment.py +++ b/tests/unit/test_environment.py @@ -94,7 +94,9 @@ def test_location_set_topographic_profile_computes_elevation( assert computed_elevation == theoretical_elevation -def test_environment_export_environment_exports_environment_json(example_spaceport_env, request): +def test_environment_export_environment_exports_environment_json( + example_spaceport_env, request +): """Tests the export_environment() method of the Environment class. Parameters