Skip to content

Commit e215883

Browse files
committed
fail mypy check
1 parent 7dd4ada commit e215883

File tree

1 file changed

+1
-1
lines changed
  • safeeyes/plugins/limitconsecutiveskipping

1 file changed

+1
-1
lines changed

safeeyes/plugins/limitconsecutiveskipping/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_widget_title(break_obj):
8282
return _("Limit Consecutive Skipping")
8383

8484

85-
def get_widget_content(break_obj):
85+
def get_widget_content(break_obj) -> None:
8686
"""Return the statistics."""
8787
# Check if the plugin is enabled
8888
if not enabled:

0 commit comments

Comments
 (0)