Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
cpelley committed Apr 25, 2024
1 parent 6993ba1 commit 183c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improver_tests/acceptance/acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def kgo_root():
try:
test_dir = os.environ[ACC_TEST_DIR_ENVVAR]
except KeyError:
test_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'resources')
test_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "resources")
return pathlib.Path(test_dir)


Expand Down

0 comments on commit 183c35b

Please sign in to comment.