Skip to content

Commit

Permalink
fix: run isort on client
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Oct 10, 2022
1 parent 7c92edf commit 7a56ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supabase/client.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import re
from typing import Any, Dict, Union


from httpx import Timeout
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
from postgrest import (SyncFilterRequestBuilder, SyncPostgrestClient,
SyncRequestBuilder)
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
from supafunc import FunctionsClient

Expand Down

0 comments on commit 7a56ab4

Please sign in to comment.