PluginMqttMonitor.py

branch
eric7
changeset 138
871d54655ef1
parent 136
fd301f900752
child 139
b7ca79939cc7
--- a/PluginMqttMonitor.py	Tue Jul 11 15:33:11 2023 +0200
+++ b/PluginMqttMonitor.py	Wed Aug 30 13:30:42 2023 +0200
@@ -50,7 +50,9 @@
 mqttPluginObject = None
 
 
-def createMqttPage(configDlg):  # noqa: U100
+def createMqttPage(
+    configDlg,  # noqa: U100
+):
     """
     Module function to create the autocompletion configuration page.
 

eric ide

mercurial