diff --git a/slpkg/utilities.py b/slpkg/utilities.py index e9cefcbc..10625bc0 100644 --- a/slpkg/utilities.py +++ b/slpkg/utilities.py @@ -132,11 +132,6 @@ class Utilities(Configs): self.errors.raise_error_message(message, output.returncode) raise SystemExit(output.returncode) - # def get_file_size(self, file: Path) -> str: - # """ Get the local file size and converted to units. """ - # size: int = file.stat().st_size - # return self.convert_file_sizes(size) - def count_file_size(self, name: str) -> int: """ Read the contents files from the package file list and count