mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-03 15:09:53 -05:00
Fix python formatter and linter after external python tooling update.
This commit is contained in:
@@ -212,7 +212,11 @@ class Client:
|
||||
tokens = self.tokens()
|
||||
if tokens != None:
|
||||
return User.fromJson(
|
||||
jwt.decode(tokens.auth, algorithms=["EdDSA"], options={"verify_signature": False})
|
||||
jwt.decode(
|
||||
tokens.auth,
|
||||
algorithms=["EdDSA"],
|
||||
options={"verify_signature": False},
|
||||
)
|
||||
)
|
||||
|
||||
def site(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user