Skip to content

Commit

Permalink
trying to fix the lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlas-64 committed Mar 14, 2024
1 parent fe2a208 commit 07fc637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capa/ghidra/capa_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ def main():
user_choice = askChoice( # type: ignore [name-defined] # noqa: F821
"Choose b/w bookmarks & comments", "preferred action:", ["bookmarks", "comments", "both", "none"], "both")


if user_choice == "bookmarks":
for item in parse_json(capa_data):
item.bookmark_functions()
Expand Down

0 comments on commit 07fc637

Please sign in to comment.