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

Commit 034da90

Browse files
committed
fix import
1 parent 69a4f4a commit 034da90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gotrue/_async/gotrue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from json import loads
44
from time import time
55
from typing import Callable, Dict, List, Tuple, Union
6-
from urllib.parse import parse_qs, quote, urlencode, urlparse
6+
from urllib.parse import parse_qs, urlencode, urlparse
77
from uuid import uuid4
88

99
from ..constants import (

gotrue/_sync/gotrue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from json import loads
44
from time import time
55
from typing import Callable, Dict, List, Tuple, Union
6-
from urllib.parse import parse_qs, quote, urlencode, urlparse
6+
from urllib.parse import parse_qs, urlencode, urlparse
77
from uuid import uuid4
88

99
from ..constants import (

0 commit comments

Comments
 (0)