Skip to content

Commit

Permalink
refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Sep 11, 2023
1 parent fbbc1ac commit 49e20ea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/test_diff.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
from pathlib import Path

from ghidriff.ghidra_diff_engine import GhidraDiffEngine

from ghidriff import get_parser, get_engine_classes, VersionTrackingDiff

import requests
import json
import os

from ghidriff import get_parser, get_engine_classes, VersionTrackingDiff, GhidraDiffEngine

SYMBOLS_DIR = 'symbols'
BINS_DIR = 'bins'
Expand Down

0 comments on commit 49e20ea

Please sign in to comment.