Skip to content

Commit 210f1f5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 736414c commit 210f1f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/Authlib/authlib/integrations/base_client/async_app.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ class AsyncOAuth2Mixin(OAuth2Base):
1818
async def request(self, method: str, url: str, token: dict[str, Any] | None = None, **kwargs) -> httpx.Response: ...
1919
async def create_authorization_url(self, redirect_uri: str | None = None, **kwargs) -> dict[str, Any]: ...
2020
async def fetch_access_token(self, redirect_uri: str | None = None, **kwargs) -> dict[str, Any]: ...
21-

0 commit comments

Comments
 (0)