Skip to content

Commit 21a69da

Browse files
authored
feat: export APIResponse and APIError from postgrest-py (#152)
* Update __init__.py * Apply isort
1 parent 3588eba commit 21a69da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

supabase/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
__version__ = "0.4.0"
22

3+
from postgrest_py import APIError, APIResponse
4+
35
from supabase import client, lib
46
from supabase.client import Client, create_client
57
from supabase.lib.auth_client import SupabaseAuthClient

0 commit comments

Comments
 (0)