Skip to content

Commit

Permalink
chore: make ruff happy
Browse files Browse the repository at this point in the history
the import is not needed, was previously used for type annotations
  • Loading branch information
c0rydoras committed Dec 17, 2024
1 parent c6c3b35 commit 44e8ac6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@

vollog = logging.getLogger(__name__)

try:
import capstone
except ImportError:
# The generator of DirectSystemCalls will bail with a warning if capstone is not installed
pass


class IndirectSystemCalls(direct_system_calls.DirectSystemCalls):
_required_framework_version = (2, 4, 0)
Expand Down

0 comments on commit 44e8ac6

Please sign in to comment.