Skip to content

Commit

Permalink
staticx: Don't use wildcard imports in elf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Jan 14, 2024
1 parent b304601 commit 315cbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticx/elf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from elftools.elf.dynamic import DynamicSegment
from elftools.common.exceptions import ELFError

from .errors import *
from .errors import Error, InvalidInputError, MissingToolError, ToolError
from .utils import coerce_sequence, single


Expand Down

0 comments on commit 315cbac

Please sign in to comment.