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

Commit b8cf482

Browse files
author
Sergey Vasilyev
committed
Remove compiler's unused params
1 parent bf4eeea commit b8cf482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/queries/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Root:
2626
@dataclass
2727
class Compiler(AbstractCompiler):
2828
database: AbstractDatabase
29-
params: dict = field(default_factory=dict)
29+
3030
in_select: bool = False # Compilation runtime flag
3131
in_join: bool = False # Compilation runtime flag
3232

0 commit comments

Comments
 (0)