Skip to content

Commit

Permalink
feat: setting timeout for postgrest-py client. Closes #225
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth gabriel committed Jul 15, 2022
1 parent 136ce25 commit a910474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
from httpx import Timeout

from .lib.auth_client import SupabaseAuthClient
from .lib.client_options import ClientOptions
from .lib.storage_client import SupabaseStorageClient
from httpx import Timeout

class Client:
"""Supabase client class."""
Expand Down

0 comments on commit a910474

Please sign in to comment.