Skip to content

Commit

Permalink
chore: remove unused noqa comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Nov 17, 2021
1 parent ec0bdb5 commit fdc6318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotrue/http_clients.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from httpx import AsyncClient # noqa: F401
from httpx import Client as BaseClient # noqa: F401
from httpx import Client as BaseClient


class SyncClient(BaseClient):
Expand Down

0 comments on commit fdc6318

Please sign in to comment.