Skip to content

Commit c8ecf16

Browse files
Fixed Python 3.9 mypy error
1 parent 4e0eb07 commit c8ecf16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlglot/dialects/singlestore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
from collections import defaultdict
23

34
import math

0 commit comments

Comments
 (0)