Skip to content

Commit 76c3f2c

Browse files
committed
style: ignore static analysis issue
1 parent e4afaa7 commit 76c3f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dve/core_engine/backends/implementations/duckdb

src/dve/core_engine/backends/implementations/duckdb/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def join_header(self, entities: DuckDBEntities, *, config: HeaderJoin) -> Messag
364364
),
365365
)
366366

367-
target_schema = DDBStruct(dict(zip(target_rel.columns, target_rel.dtypes)))()
367+
target_schema = DDBStruct(dict(zip(target_rel.columns, target_rel.dtypes)))() # type: ignore # pylint:disable=C0301
368368

369369
joined_rel = source_rel.select(
370370
StarExpression(exclude=[]),

0 commit comments

Comments
 (0)