trim excess whitespace

This commit is contained in:
a1346054 2021-09-13 13:28:10 +00:00
parent 2199a6c1d0
commit ea715c6934
8 changed files with 47 additions and 50 deletions

View File

@ -15,4 +15,3 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Archive commands for the bsdcpio program.""" """Archive commands for the bsdcpio program."""
from .cpio import extract_cpio, list_cpio, test_cpio, create_cpio from .cpio import extract_cpio, list_cpio, test_cpio, create_cpio

View File

@ -15,4 +15,3 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Archive commands for the lhasa program.""" """Archive commands for the lhasa program."""
from .lha import extract_lzh from .lha import extract_lzh

View File

@ -36,4 +36,3 @@ def create_zpaq(archive, compression, cmd, verbosity, interactive, filenames):
# zpaq has no separate test mode, so use listing instead # zpaq has no separate test mode, so use listing instead
test_zpaq = list_zpaq test_zpaq = list_zpaq