Skip to content

Commit f12ba0c

Browse files
committed
[lint] fix lint error
1 parent 325ec54 commit f12ba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def client():
3030
os.environ.get("API_PASSWORD") or "test",
3131
base_url=os.environ.get("API_BASE_URL") or DEFAULT_URL,
3232
http=h,
33-
) as c:
33+
) as c:
3434
yield c
3535

3636

0 commit comments

Comments
 (0)