Skip to content

Commit c2938af

Browse files
committed
Format dagster-sftp after lockfile update
1 parent bcbb2fa commit c2938af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

libraries/dagster-sftp/dagster_sftp/resource.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,7 @@ def custom_handler(exc):
313313
and exc.reason == "No matches found"
314314
):
315315
if hasattr(exc, "srcpath"):
316-
logger.warning(
317-
f"No files found matching pattern: {exc.srcpath}"
318-
) # ty: ignore
316+
logger.warning(f"No files found matching pattern: {exc.srcpath}") # ty: ignore
319317
else:
320318
logger.warning("No files found matching pattern")
321319
return

0 commit comments

Comments
 (0)