fix hound

This commit is contained in:
Ondřej Samohel 2021-01-12 22:55:52 +01:00 committed by Ondrej Samohel
parent 5e06361968
commit 057f6437fe
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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}")