Skip to content

Commit

Permalink
Fix linting after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Oct 24, 2023
1 parent 76fb054 commit 829ec80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tests_integration/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,7 @@ def test_supplied_config_file_bad_types(self, project, tmp_path):
f"Config file was not updated."
)

def test_supplied_config_file_changes_wrong_order(
self, project, tmp_path
):
def test_supplied_config_file_changes_wrong_order(self, project, tmp_path):
"""
Test the situation when a config file is passed with variables in
the wrong order.
Expand Down

0 comments on commit 829ec80

Please sign in to comment.