@@ -80,7 +80,6 @@ def __init__(self, argv):
80
80
81
81
82
82
class Endpoint :
83
-
84
83
VERSION_RELEASE = "RELEASE"
85
84
VERSION_LATEST = "LATEST"
86
85
VERSION_MANAGED = "MANAGED"
@@ -388,7 +387,6 @@ def jgo_parser(log_levels=_default_log_levels):
388
387
389
388
390
389
def _jgo_main (argv = sys .argv [1 :], stdout = None , stderr = None ):
391
-
392
390
LOG_FORMAT = "%(levelname)s %(asctime)s: %(message)s"
393
391
394
392
if not ("-q" in argv or "--quiet" in argv ):
@@ -540,7 +538,6 @@ def resolve_dependencies(
540
538
shortcuts = {},
541
539
verbose = 0 ,
542
540
):
543
-
544
541
endpoint_strings = split_endpoint_string (endpoint_string )
545
542
endpoints = endpoints_from_strings (endpoint_strings , shortcuts = shortcuts )
546
543
primary_endpoint = endpoints [0 ]
@@ -680,7 +677,6 @@ def resolve_dependencies(
680
677
and not re .match (".*\\ [DEBUG\\ ]" , line )
681
678
and not re .match (".*:provided" , line )
682
679
):
683
-
684
680
_logger .debug ("Relevant mvn output: %s" , line )
685
681
686
682
split_line = info_regex .sub ("" , line ).split (":" )
@@ -722,7 +718,6 @@ def resolve_dependencies(
722
718
723
719
724
720
def run (parser , argv = sys .argv [1 :], stdout = None , stderr = None ):
725
-
726
721
config = default_config ()
727
722
if "--ignore-jgorc" not in argv :
728
723
config_file = pathlib .Path .home () / ".jgorc"
0 commit comments