removing extra blank lines

pull/352/head
Vanessa Sochat 2018-07-16 06:46:53 -07:00
rodzic a87f9520f1
commit 80d7ec9ff3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 55B56B9BF3B77E5C
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -351,7 +351,6 @@ class Repo2Docker(Application):
help='Print the repo2docker version and exit.'
)
return argparser
def json_excepthook(self, etype, evalue, traceback):
@ -363,7 +362,6 @@ class Repo2Docker(Application):
exc_info=(etype, evalue, traceback),
extra=dict(phase='failed'))
def initialize(self, argv=None):
"""Init repo2docker configuration before start"""
if argv is None: