Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Dec 30, 2024
1 parent 9d6c131 commit 84f0b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kscale/web/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class OAuthCallback:
def __init__(self):
def __init__(self) -> None:
self.access_token = None
self.app = web.Application()
self.app.router.add_get("/token", self.handle_token)
Expand Down

0 comments on commit 84f0b4b

Please sign in to comment.