Skip to content

Commit 6260529

Browse files
committed
Split long line
1 parent b76fc05 commit 6260529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ssm/ssm2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ def handle_connect(self):
558558
if self._protocol == Ssm2.AMS_MESSAGING:
559559
if pkg_resources is not None:
560560
# We only log the version if pkg_resources is available.
561-
log.info("Using AMS version %s", pkg_resources.get_distribution('argo_ams_library').version)
561+
log.info("Using AMS version %s",
562+
pkg_resources.get_distribution('argo_ams_library').version)
562563

563564
log.info("Will connect to %s", self._brokers[0])
564565

0 commit comments

Comments
 (0)