Skip to content

Commit 62f53c9

Browse files
committed
Revert "Use more specific module imports in tests"
This reverts commit 3ce46fe. The user-facing API (and documentation) is to import the trino package instead of the specific trino.dbapi module. Integration tests should test using the import that is documented and part of API.
1 parent 2f76851 commit 62f53c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_dbapi_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import pytest
1616
import pytz
1717

18-
import trino.dbapi
18+
import trino
1919
from trino.exceptions import TrinoQueryError
2020
from trino.transaction import IsolationLevel
2121

0 commit comments

Comments
 (0)