Skip to content

Commit a31382e

Browse files
committed
quality code
1 parent dc69b03 commit a31382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulation_bridge/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def dummy_credentials():
88
"""Load dummy credentials for tests from YAML file."""
99
cred_file = Path(__file__).parent / "config" / "credentials.yaml.tests"
1010
with open(cred_file, "r", encoding="utf-8") as f:
11-
return yaml.safe_load(f)
11+
return yaml.safe_load(f)

0 commit comments

Comments
 (0)