Skip to content

Commit 40c4bca

Browse files
fix: add noqa comment to suppress linting warning for _copy_s3_to_snowflake function
1 parent eab33ff commit 40c4bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ds_platform_utils/metaflow/s3_stage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _copy_snowflake_to_s3(
192192
return s3_path
193193

194194

195-
def _copy_s3_to_snowflake(
195+
def _copy_s3_to_snowflake( # noqa: PLR0913
196196
s3_path: str,
197197
table_name: str,
198198
table_definition: Optional[List[Tuple[str, str]]] = None,

0 commit comments

Comments
 (0)