Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 27, 2024
1 parent 6b4354b commit e372343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/bulk_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import sqlalchemy as sa
from sqlalchemy.orm import Session

from sqlalchemy_cratedb import SA_2_0, SA_VERSION
from sqlalchemy_cratedb.sa_version import SA_2_0, SA_VERSION

try:
from sqlalchemy.orm import declarative_base
Expand Down
2 changes: 1 addition & 1 deletion tests/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from crate.client import connect

from sqlalchemy_cratedb import SA_2_0, SA_VERSION
from sqlalchemy_cratedb.sa_version import SA_2_0, SA_VERSION
from tests.settings import crate_host

log = logging.getLogger()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_support_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pueblo.testing.pandas import makeTimeDataFrame
from sqlalchemy.exc import ProgrammingError

from sqlalchemy_cratedb import SA_2_0, SA_VERSION
from sqlalchemy_cratedb.sa_version import SA_2_0, SA_VERSION
from sqlalchemy_cratedb.support.pandas import table_kwargs

TABLE_NAME = "foobar"
Expand Down

0 comments on commit e372343

Please sign in to comment.