We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ea4f3 commit f3a7f70Copy full SHA for f3a7f70
inventree/oAuthClient.py
@@ -10,7 +10,7 @@
10
11
12
class OAuthClient:
13
- def __init__(self, server_url: str = "http://localhost:8000", client_id: str ='', scopes: list[str] = None) -> None:
+ def __init__(self, server_url: str = "http://localhost:8000", client_id: str ='', scopes: list = None) -> None:
14
self.server_url = server_url
15
self.client_id = client_id
16
self.scopes = scopes if scopes is not None else []
0 commit comments