From 67ce72673d320c5efcf351e5517c78e55c923092 Mon Sep 17 00:00:00 2001 From: ncclementi Date: Thu, 20 Jun 2024 18:00:48 -0400 Subject: [PATCH] chore: fix format --- ibis/backends/sql/dialects.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ibis/backends/sql/dialects.py b/ibis/backends/sql/dialects.py index db2fcc42a3526..ac8cc3b930967 100644 --- a/ibis/backends/sql/dialects.py +++ b/ibis/backends/sql/dialects.py @@ -337,7 +337,8 @@ def _create_sql(self, expression: sge.Create) -> str: ) return self.create_sql(expression) -# Hack around https://github.com/tobymao/sqlglot/issues/3684 + +# hack around https://github.com/tobymao/sqlglot/issues/3684 Oracle.NULL_ORDERING = "nulls_are_large" Oracle.Generator.TRANSFORMS |= { sge.LogicalOr: rename_func("max"),