Skip to content

Commit

Permalink
Add trailing comma to appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkyffin committed Feb 17, 2021
1 parent 668d0e9 commit 2b87c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@pytest.fixture()
def valid_config():
return Config(
path=Path(__file__).parent.parent / "datagateway_api" / "config.json.example"
path=Path(__file__).parent.parent / "datagateway_api" / "config.json.example",
)


Expand Down

0 comments on commit 2b87c76

Please sign in to comment.