Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 6be7a94

Browse files
author
Sergey Vasilyev
committed
Fix the aftermath of refactoring: no more importing of sqeleton in tests
1 parent d7d04aa commit 6be7a94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_sql.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from tests.common import TEST_MYSQL_CONN_STRING
44

55
from data_diff.databases import connect
6-
from data_diff.queries.api import Compiler, Count, Explain, Select, table, In, BinOp, Code
6+
from data_diff.databases.base import Compiler
7+
from data_diff.queries.api import Count, Explain, Select, table, In, BinOp, Code
78

89

910
class TestSQL(unittest.TestCase):

0 commit comments

Comments
 (0)