Skip to content

Commit

Permalink
feat(oracle): add fixes after running pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kangshung authored and cpcloud committed Nov 2, 2023
1 parent 2905484 commit e3d14b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/oracle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ def list_tables(self, like=None, database=None, schema=None):
return self._filter_with_like(tables + views, like)

def _metadata(self, query: str) -> Iterable[tuple[str, dt.DataType]]:
from sqlalchemy_views import CreateView, DropView
from sqlalchemy import case
from sqlalchemy_views import CreateView, DropView

name = util.gen_name("oracle_metadata")

Expand Down

0 comments on commit e3d14b3

Please sign in to comment.