Skip to content

Commit f9ee777

Browse files
committed
Remove dead code
1 parent 25da534 commit f9ee777

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

postgrest_py/request_builder.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from httpx import AsyncClient, Response
22

3-
from postgrest_py.constants import FILTER_OPERATORS
4-
53

64
class RequestBuilder:
75
def __init__(self, session: AsyncClient, path: str) -> None:

0 commit comments

Comments
 (0)