Skip to content

Commit

Permalink
remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Blastorios committed Aug 30, 2023
1 parent 76307ed commit bf2314d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supabase/client.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import re
from typing import Any, Dict, Union, Literal
from typing import Any, Dict, Union

from httpx import Timeout
from gotrue import AuthResponse, OAuthResponse
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
from storage3.constants import DEFAULT_TIMEOUT as DEFAULT_STORAGE_CLIENT_TIMEOUT
Expand Down

0 comments on commit bf2314d

Please sign in to comment.