Skip to content

Commit 304ccbb

Browse files
committed
fix: remove unused imports
1 parent 05bb433 commit 304ccbb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/postgrest/src/postgrest/_async/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from deprecation import deprecated
77
from httpx import AsyncClient, Headers, QueryParams, Timeout
8-
from httpx._types import HeaderTypes
98
from yarl import URL
109

1110
from ..base_client import BasePostgrestClient

src/postgrest/src/postgrest/_sync/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from deprecation import deprecated
77
from httpx import Client, Headers, QueryParams, Timeout
8-
from httpx._types import HeaderTypes
98
from yarl import URL
109

1110
from ..base_client import BasePostgrestClient

0 commit comments

Comments
 (0)