diff libervia/cli/cmd_adhoc.py @ 4270:0d7bb4df2343

Reformatted code base using black.
author Goffi <goffi@goffi.org>
date Wed, 19 Jun 2024 18:44:57 +0200
parents 319a0e47dc8b
children
line wrap: on
line diff
--- a/libervia/cli/cmd_adhoc.py	Tue Jun 18 12:06:45 2024 +0200
+++ b/libervia/cli/cmd_adhoc.py	Wed Jun 19 18:44:57 2024 +0200
@@ -97,8 +97,9 @@
                 for method in methods:
                     path, iface, command = method
                     self.disp(
-                        _("Command found: (path:{path}, iface: {iface}) [{command}]")
-                        .format(path=path, iface=iface, command=command),
+                        _(
+                            "Command found: (path:{path}, iface: {iface}) [{command}]"
+                        ).format(path=path, iface=iface, command=command),
                         1,
                     )
                 self.host.quit()