[pre-commit.ci] pre-commit autoupdate (#655)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot]
2021-04-27 09:30:37 -03:00
committed by GitHub
parent f861f1667d
commit 260211603e
4 changed files with 13 additions and 13 deletions

View File

@@ -293,7 +293,7 @@ class WorkerController:
self._shutdown_sent = True
def sendcommand(self, name, **kwargs):
""" send a named parametrized command to the other side. """
"""send a named parametrized command to the other side."""
self.log("sending command {}(**{})".format(name, kwargs))
self.channel.send((name, kwargs))