Skip to content

Commit

Permalink
feat: export APIResponse and APIError from postgrest-py (#152)
Browse files Browse the repository at this point in the history
* Update __init__.py

* Apply isort
  • Loading branch information
dreinon authored Feb 19, 2022
1 parent 3588eba commit 21a69da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supabase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
__version__ = "0.4.0"

from postgrest_py import APIError, APIResponse

from supabase import client, lib
from supabase.client import Client, create_client
from supabase.lib.auth_client import SupabaseAuthClient
Expand Down

0 comments on commit 21a69da

Please sign in to comment.