Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Sep 10, 2024
1 parent c2466ff commit 7285da1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ibis/backends/datafusion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,7 @@ def create_table(
schema = ibis.schema(schema)

if temp:
raise NotImplementedError(
"DataFusion does not support temporary tables"
)
raise NotImplementedError("DataFusion does not support temporary tables")

quoted = self.compiler.quoted

Expand Down

0 comments on commit 7285da1

Please sign in to comment.