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

Commit e5b6150

Browse files
author
Sergey Vasilyev
committed
Remove compiler's unused params
1 parent 1ddb994 commit e5b6150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/queries/compiler.py

+1-1
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)