We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e215883 commit d139a50Copy full SHA for d139a50
safeeyes/plugins/limitconsecutiveskipping/plugin.py
@@ -82,7 +82,7 @@ def get_widget_title(break_obj):
82
return _("Limit Consecutive Skipping")
83
84
85
-def get_widget_content(break_obj) -> None:
+def get_widget_content(break_obj):
86
"""Return the statistics."""
87
# Check if the plugin is enabled
88
if not enabled:
0 commit comments