Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Mar 3, 2024
1 parent 63d3206 commit 1e77774
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ibis/backends/tests/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
from duckdb import OutOfRangeException as DuckDBOutOfRangeException
from duckdb import ParserException as DuckDBParserException
except ImportError:
DuckDBConversionException = (
DuckDBInvalidInputException
) = (
DuckDBParserException
) = (
DuckDBConversionException = DuckDBInvalidInputException = DuckDBParserException = (
DuckDBNotImplementedException
) = DuckDBBinderException = DuckDBOutOfRangeException = None

Expand Down

0 comments on commit 1e77774

Please sign in to comment.