Skip to content

Commit 36623f1

Browse files
committed
Format with black
1 parent 394cad9 commit 36623f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def enable_filepath_feature(monkeypatch):
5555
@pytest.fixture(scope="session")
5656
def db_creds_root() -> Dict:
5757
return dict(
58-
host=os.getenv("DJ_HOST", "fakeservices.datajoint.io"),
58+
host=os.getenv("DJ_HOST", "fakeservices.datajoint.io"),
5959
user=os.getenv("DJ_USER", "root"),
6060
password=os.getenv("DJ_PASS", "password"),
6161
)

0 commit comments

Comments
 (0)