mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Address formatting and lint issue
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
b6acb1bc3e
commit
09b869dd11
1 changed files with 3 additions and 1 deletions
|
@ -253,7 +253,9 @@ class PublishClient(Transport):
|
|||
raise NotImplementedError
|
||||
|
||||
@salt.ext.tornado.gen.coroutine
|
||||
def connect(self, publish_port, connect_callback=None, disconnect_callback=None): # pylint: disable=W0221
|
||||
def connect( # pylint: disable=arguments-differ
|
||||
self, publish_port, connect_callback=None, disconnect_callback=None
|
||||
):
|
||||
"""
|
||||
Create a network connection to the the PublishServer or broker.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue