Skip to content

Commit 6ddc7aa

Browse files
committed
Rename dtypes to sql_types
1 parent 1947318 commit 6ddc7aa

File tree

14 files changed

+1897
-1887
lines changed

14 files changed

+1897
-1887
lines changed

singlestoredb/functions/decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from typing import Union
1010

1111
from . import utils
12-
from .dtypes import SQLString
12+
from .sql_types import SQLString
1313

1414

1515
ParameterType = Union[

0 commit comments

Comments
 (0)