Skip to content

Commit 1f87863

Browse files
author
Juan Tirado
committed
Fix lint.
1 parent 1363bfa commit 1f87863

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

juju/client/connector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
log = logging.getLogger('connector')
1313

1414
# The SUPPORTED_JUJU_API_PREFIX indicates the prefix of the
15-
# juju version this python-libjuju version supports. For
15+
# juju version this python-libjuju version supports. For
1616
# example, "3.0." indicates that all the 3.0.x versions
1717
# are intended to be supported.
1818
SUPPORTED_JUJU_API_PREFIX = "3.0."
1919

20+
2021
class NoConnectionException(Exception):
2122
'''Raised by Connector when the connection method is called
2223
and there is no current connection.'''

0 commit comments

Comments
 (0)