Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Dec 18, 2024
1 parent f193ee2 commit 40c38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/views/common/appsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def common_fields(findings, data):
ref = cd['metadata'].get('ref', '')

files_dict = cd.get('files', {})
files_lines = [f"{file}, line(s) {lines}"
files_lines = [f'{file}, line(s) {lines}'
for file, lines in files_dict.items()]
all_files_str = '\n'.join(files_lines)

Expand Down

0 comments on commit 40c38e5

Please sign in to comment.