Skip to content

Commit b7692cb

Browse files
author
joel@joellee.org
committedOct 3, 2023
fix: add deprecation import
1 parent 5191baf commit b7692cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎supabase/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import re
22
from typing import Any, Dict, Union
33

4+
from deprecation import deprecated
45
from gotrue.types import AuthChangeEvent
56
from httpx import Timeout
67
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder

0 commit comments

Comments
 (0)