Skip to content

Commit

Permalink
chore(oracle): clean up converter
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jan 18, 2024
1 parent ad68a7f commit 36ee296
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ibis/backends/oracle/converter.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
from __future__ import annotations

Check warning on line 1 in ibis/backends/oracle/converter.py

View check run for this annotation

Codecov / codecov/patch

ibis/backends/oracle/converter.py#L1

Added line #L1 was not covered by tests

import datetime

Check warning on line 3 in ibis/backends/oracle/converter.py

View check run for this annotation

Codecov / codecov/patch

ibis/backends/oracle/converter.py#L3

Added line #L3 was not covered by tests
from typing import TYPE_CHECKING

from ibis.formats.pandas import PandasData

Check warning on line 5 in ibis/backends/oracle/converter.py

View check run for this annotation

Codecov / codecov/patch

ibis/backends/oracle/converter.py#L5

Added line #L5 was not covered by tests

if TYPE_CHECKING:
import ibis.expr.datatypes as dt
from ibis.expr.schema import Schema


class OraclePandasData(PandasData):
@classmethod

Check warning on line 9 in ibis/backends/oracle/converter.py

View check run for this annotation

Codecov / codecov/patch

ibis/backends/oracle/converter.py#L8-L9

Added lines #L8 - L9 were not covered by tests
Expand Down

0 comments on commit 36ee296

Please sign in to comment.