Skip to content

Commit

Permalink
Remove unused ZipBinary method
Browse files Browse the repository at this point in the history
  • Loading branch information
lowvoltage committed Nov 23, 2024
1 parent 1c1796b commit 3df6f61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/python/pants/core/util_rules/system_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,7 @@ class ArchiveFormat(Enum):


class ZipBinary(BinaryPath):
def create_archive_argv(
self, output_filename: str, input_files: Sequence[str]
) -> tuple[str, ...]:
return (self.path, output_filename, *input_files)
pass


class UnzipBinary(BinaryPath):
Expand Down

0 comments on commit 3df6f61

Please sign in to comment.