Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 65ed616

Browse files
fix: style
1 parent 5e502e0 commit 65ed616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase_functions/_sync/functions_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from httpx import HTTPError, Response
44

55
from ..errors import FunctionsHttpError, FunctionsRelayError
6-
from ..utils import SyncClient, is_valid_str_arg, is_https_url
6+
from ..utils import SyncClient, is_https_url, is_valid_str_arg
77
from ..version import __version__
88

99

0 commit comments

Comments
 (0)