Skip to content

Commit

Permalink
import typing as t
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed May 29, 2023
1 parent 2b886d6 commit a0bce4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sqlglot/optimizer/normalize_identifiers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import typing as t

from sqlglot import exp
from sqlglot.dialects.dialect import RESOLVES_IDENTIFIERS_AS_UPPERCASE, DialectType

Expand Down

0 comments on commit a0bce4f

Please sign in to comment.