Skip to content

Commit

Permalink
style: add noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
alimghmi committed Jan 29, 2024
1 parent 7688fe8 commit 4ceb041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blob/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def parse_file_exts(file_exts: list) -> list:

if "*" in file_exts or not len(file_exts):
logger.debug(
"Wildcard or empty file extensions list provided; no filtering will be applied."
"Wildcard or empty file extensions list provided; no filtering will be applied." # noqa: E501
)
return []
else:
Expand Down

0 comments on commit 4ceb041

Please sign in to comment.