We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc69b03 commit a31382eCopy full SHA for a31382e
simulation_bridge/test/conftest.py
@@ -8,4 +8,4 @@ def dummy_credentials():
8
"""Load dummy credentials for tests from YAML file."""
9
cred_file = Path(__file__).parent / "config" / "credentials.yaml.tests"
10
with open(cred_file, "r", encoding="utf-8") as f:
11
- return yaml.safe_load(f)
+ return yaml.safe_load(f)
0 commit comments