Skip to content

Commit b111c1c

Browse files
committed
style: fix linting
1 parent 9b8f3f5 commit b111c1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dve/pipeline/duckdb_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DDBDVEPipeline(BaseDVEPipeline):
2121
"""
2222
Modified Pipeline class for running a DVE Pipeline with Spark
2323
"""
24-
24+
# pylint: disable=R0913
2525
def __init__(
2626
self,
2727
processed_files_path: URI,

src/dve/pipeline/spark_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SparkDVEPipeline(BaseDVEPipeline):
2323
"""
2424
Polymorphed Pipeline class for running a DVE Pipeline with Spark
2525
"""
26-
26+
# pylint: disable=R0913
2727
def __init__(
2828
self,
2929
processed_files_path: URI,

0 commit comments

Comments
 (0)