Skip to content

Commit

Permalink
main.py: remove unused Set import
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhamer committed Aug 20, 2024
1 parent ac50103 commit a194a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import textwrap
import contextlib
from types import TracebackType
from typing import Any, Set, Dict, List, Optional, TypedDict
from typing import Any, Dict, List, Optional, TypedDict
from pathlib import Path

import colorama
Expand Down

0 comments on commit a194a13

Please sign in to comment.