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

Commit 9aa6e55

Browse files
author
Sergey Vasilyev
committed
Remove any remaining mentions of the mixin machinery
1 parent a39cd0b commit 9aa6e55

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

data_diff/abcs/mixins.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

data_diff/databases/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import attrs
1818
from typing_extensions import Self
1919

20-
from data_diff.abcs.compiler import AbstractCompiler
20+
from data_diff.abcs.compiler import AbstractCompiler, Compilable
2121
from data_diff.queries.extras import ApplyFuncAndNormalizeAsString, Checksum, NormalizeAsString
2222
from data_diff.utils import ArithString, is_uuid, join_iter, safezip
2323
from data_diff.queries.api import Expr, table, Select, SKIP, Explain, Code, this
@@ -75,7 +75,6 @@
7575
Boolean,
7676
JSON,
7777
)
78-
from data_diff.abcs.mixins import Compilable
7978

8079
logger = logging.getLogger("database")
8180
cv_params = contextvars.ContextVar("params")

0 commit comments

Comments
 (0)