From 057f6437feede45f97df34ad15e92491fa194dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Tue, 12 Jan 2021 22:55:52 +0100 Subject: [PATCH] fix hound --- pype/pype_commands.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pype/pype_commands.py b/pype/pype_commands.py index 7c2f83a562..1ec4d2c553 100644 --- a/pype/pype_commands.py +++ b/pype/pype_commands.py @@ -74,8 +74,6 @@ class PypeCommands: from igniter import bootstrap_repos # create zip file - - bs = bootstrap_repos.BootstrapRepos() if out_path: out_path = Path(out_path) @@ -88,4 +86,3 @@ class PypeCommands: exit(1) print(f">>> Created {repo_file}") -