Skip to content

Commit 51a8512

Browse files
committed
black formatted init
1 parent b096ac9 commit 51a8512

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

cloudshell/sandbox_rest/sandbox_api.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ class SandboxRestApiSession:
2525
"""
2626

2727
def __init__(
28-
self,
29-
host: str,
30-
username="",
31-
password="",
32-
token="",
33-
domain="Global",
34-
port=82,
35-
is_https=False,
36-
api_version="v2",
28+
self, host: str, username="", password="", token="", domain="Global", port=82, is_https=False, api_version="v2"
3729
):
3830
""" Login to api and store headers for future requests """
3931
_protocol = "https" if is_https else "http"

0 commit comments

Comments
 (0)