Skip to content

Commit ef66992

Browse files
style: format test_cli.py with ruff
1 parent 3c8258b commit ef66992

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/integration/test_cli.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,12 @@ class IJ(dj.Lookup):
8383
process = subprocess.Popen(
8484
[
8585
"dj",
86-
"-u", db_creds_root['user'],
87-
"-p", db_creds_root['password'],
88-
"--host", db_creds_root['host'],
86+
"-u",
87+
db_creds_root["user"],
88+
"-p",
89+
db_creds_root["password"],
90+
"--host",
91+
db_creds_root["host"],
8992
"-s",
9093
f"{prefix}_cli:test_schema",
9194
],

0 commit comments

Comments
 (0)