From 7ff5bab54e3298dd89132706f6adee17f5164f6d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 5 Nov 2022 19:41:12 +0100 Subject: Merging upstream version 9.0.6. Signed-off-by: Daniel Baumann --- sqlglot/time.py | 1 - 1 file changed, 1 deletion(-) (limited to 'sqlglot/time.py') diff --git a/sqlglot/time.py b/sqlglot/time.py index de28ac0..729b50d 100644 --- a/sqlglot/time.py +++ b/sqlglot/time.py @@ -43,5 +43,4 @@ def format_time(string, mapping, trie=None): if result and end > size: chunks.append(chars) - return "".join(mapping.get(chars, chars) for chars in chunks) -- cgit v1.2.3