Skip to content

Commit fcaf307

Browse files
committed
Reformat with Black v23
1 parent b1bc26b commit fcaf307

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/jgo/jgo.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __init__(self, argv):
8080

8181

8282
class Endpoint:
83-
8483
VERSION_RELEASE = "RELEASE"
8584
VERSION_LATEST = "LATEST"
8685
VERSION_MANAGED = "MANAGED"
@@ -388,7 +387,6 @@ def jgo_parser(log_levels=_default_log_levels):
388387

389388

390389
def _jgo_main(argv=sys.argv[1:], stdout=None, stderr=None):
391-
392390
LOG_FORMAT = "%(levelname)s %(asctime)s: %(message)s"
393391

394392
if not ("-q" in argv or "--quiet" in argv):
@@ -540,7 +538,6 @@ def resolve_dependencies(
540538
shortcuts={},
541539
verbose=0,
542540
):
543-
544541
endpoint_strings = split_endpoint_string(endpoint_string)
545542
endpoints = endpoints_from_strings(endpoint_strings, shortcuts=shortcuts)
546543
primary_endpoint = endpoints[0]
@@ -680,7 +677,6 @@ def resolve_dependencies(
680677
and not re.match(".*\\[DEBUG\\]", line)
681678
and not re.match(".*:provided", line)
682679
):
683-
684680
_logger.debug("Relevant mvn output: %s", line)
685681

686682
split_line = info_regex.sub("", line).split(":")
@@ -722,7 +718,6 @@ def resolve_dependencies(
722718

723719

724720
def run(parser, argv=sys.argv[1:], stdout=None, stderr=None):
725-
726721
config = default_config()
727722
if "--ignore-jgorc" not in argv:
728723
config_file = pathlib.Path.home() / ".jgorc"

0 commit comments

Comments
 (0)