Skip to content

Commit f6b0303

Browse files
committed
Fix type error
1 parent 862997e commit f6b0303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list_secret_scanning_alerts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def make_result(
4747
return result
4848

4949

50-
def to_list(result: dict) -> list[str]:
50+
def to_list(result: dict) -> list[str|None]:
5151
return [
5252
result["created_at"],
5353
result["push_protection_bypassed_by"],

0 commit comments

Comments
 (0)