Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Mar 7, 2024
1 parent a2630ce commit e2ef071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2ef071

Please sign in to comment.