lint: Fix line too long in docstring blocking gate

Aparently this has been in the codebase since forever, and the
gate has now started to choke on it with this error message:

    charms_openstack/charm/defaults.py:170:80: E501 line too long (82 > 79 characters)

Change-Id: I0dd61242527c7f1d93df130810bb08269a4312b4
This commit is contained in:
Frode Nordahl 2022-08-01 08:10:02 +02:00
parent d049eee8f4
commit 11ba59ab4d
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ def make_default_amqp_connection_handler():
@_map_default_handler('certificates.available')
def make_default_certificates_available_handler():
"""Set the default certificates.available state so that the default handler in
layer-openstack can run.
"""Set the default certificates.available state so that the default handler
in layer-openstack can run.
Convoluted, because charms.reactive will only run handlers in the reactive
or hooks directory.
"""