Skip to content

Commit

Permalink
Fix Black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops authored Jan 10, 2025
1 parent d8fa93d commit 55ea714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code_scanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def write_repo_cs_list(cs_list):
"most_recent_instance_sha",
"instances_url",
"most_recent_instance_category",
"most_recent_instance_location_path"
"most_recent_instance_location_path",
]
)
for cs in cs_list:
Expand All @@ -86,7 +86,7 @@ def write_repo_cs_list(cs_list):
cs["most_recent_instance"]["commit_sha"],
cs["instances_url"],
cs["most_recent_instance"]["category"],
cs["most_recent_instance"]["location"]["path"]
cs["most_recent_instance"]["location"]["path"],
]
)

Expand Down

0 comments on commit 55ea714

Please sign in to comment.