Skip to content

Commit b176ff8

Browse files
SK-1908: Added token in auth client
1 parent 4fbd412 commit b176ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skyflow/service_account/client/auth_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def __init__(self, url):
66
self.__api_client = self.initialize_api_client()
77

88
def initialize_api_client(self):
9-
return Skyflow(base_url=self.__url, token='')
9+
return Skyflow(base_url=self.__url, token='token')
1010

1111
def get_auth_api(self):
1212
return self.__api_client.authentication

0 commit comments

Comments
 (0)