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 3db18c6 commit 5ee56bdCopy full SHA for 5ee56bd
src/firebolt/client/auth/base.py
@@ -62,7 +62,7 @@ def account(self) -> Optional[str]:
62
return self._account_name
63
64
@account.setter
65
- def account(self, value: str) -> None:
+ def account(self, value: Optional[str]) -> None:
66
self._account_name = value
67
# Now we have all the elements to fetch the cached token
68
if not self._token:
0 commit comments