Skip to content

Commit

Permalink
Merge pull request #42 from lifting-bits/carson/black_magic
Browse files Browse the repository at this point in the history
Format with black
  • Loading branch information
carsonharmon authored Sep 21, 2020
2 parents bd26397 + 49dc81c commit 28b65a0
Show file tree
Hide file tree
Showing 14 changed files with 3,403 additions and 3,287 deletions.
14 changes: 7 additions & 7 deletions python/anvill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
from .arch import *

try:
import ida_idp
from .ida import *
import ida_idp
from .ida import *
except ImportError as e:
try:
import binaryninja
from .binja import *
except ImportError as e:
raise NotImplementedError("Could not find either IDA or Binary Ninja APIs")
try:
import binaryninja
from .binja import *
except ImportError as e:
raise NotImplementedError("Could not find either IDA or Binary Ninja APIs")
Loading

0 comments on commit 28b65a0

Please sign in to comment.