Skip to content

Commit

Permalink
staticx: Remove redundant ArchiveError type in extract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Jan 16, 2024
1 parent 6c64794 commit 9bbc687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions staticx/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

from .constants import *
from .elf import *
from .errors import ArchiveError
from .utils import *

class ArchiveError(Exception):
pass

def open_archive(archive):
f = NamedTemporaryFile(prefix='staticx-archive-', suffix='.tar')
Expand Down

0 comments on commit 9bbc687

Please sign in to comment.