Skip to content

Commit 3479b49

Browse files
committed
Fix linting errors
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 4c20709 commit 3479b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/pipelines/v2_importers/mozilla_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def get_reference_and_severity(mfsa_id: str, impact: str) -> ReferenceV2:
215215
)
216216

217217

218-
def mfsa_id_from_filename(filename: str) -> str | None:
218+
def mfsa_id_from_filename(filename: str):
219219
match = MFSA_FILENAME_RE.search(filename)
220220
return f"mfsa{match.group(1)}" if match else None
221221

0 commit comments

Comments
 (0)