We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1dcde commit e9239ddCopy full SHA for e9239dd
1 file changed
singlestoredb/connection.py
@@ -9,13 +9,13 @@
9
from collections import namedtuple
10
from collections.abc import Mapping
11
from collections.abc import MutableMapping
12
-from collections.abc import Sequence
13
from typing import Any
14
from typing import Callable
15
from typing import Dict
16
from typing import Iterator
17
from typing import List
18
from typing import Optional
+from typing import Sequence
19
from typing import Tuple
20
from typing import Union
21
from urllib.parse import parse_qs
0 commit comments