summaryrefslogtreecommitdiffstats
path: root/sqlglot/time.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlglot/time.py')
-rw-r--r--sqlglot/time.py1
1 files changed, 0 insertions, 1 deletions
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)