Skip to content

Commit 7c4b5e3

Browse files
spacing
1 parent 1bb9ad9 commit 7c4b5e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlglot/dialects/duckdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
from sqlglot.tokens import TokenType
4949
from sqlglot.parser import binary_range_parser
5050

51-
5251
# Regex to detect time zones in timestamps of the form [+|-]TT[:tt]
5352
# The pattern matches timezone offsets that appear after the time portion
5453
TIMEZONE_PATTERN = re.compile(r":\d{2}.*?[+\-]\d{2}(?::\d{2})?")

0 commit comments

Comments
 (0)