Skip to content

Commit 98fe794

Browse files
committed
Fix code style issues with Black
1 parent ca404fa commit 98fe794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def env_vars():
1313
"password": os.getenv("TSS_PASSWORD"),
1414
"tenant": os.getenv("TSS_TENANT"),
1515
"secret_id": os.getenv("SECRET_ID"),
16-
"secret_path": os.getenv("SECRET_PATH")
16+
"secret_path": os.getenv("SECRET_PATH"),
1717
}
1818

1919

0 commit comments

Comments
 (0)