Skip to content

Commit f231ab3

Browse files
committed
Rename dtypes to sql_types
1 parent 87c21e6 commit f231ab3

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)