Skip to content

Commit 0076904

Browse files
authored
Fix: update black style error
1 parent 56eefa2 commit 0076904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(
5151
kerberos=None,
5252
cloud=False,
5353
proxies=None,
54-
token=None
54+
token=None,
5555
):
5656
self.url = url
5757
self.username = username

0 commit comments

Comments
 (0)