mypy: Add type annotations for browsertab.AbstractAction
This commit is contained in:
parent
7834e3c7dd
commit
4b4b746791
@ -136,8 +136,8 @@ class AbstractAction:
|
|||||||
action_base: The type of the actions (QWeb{Engine,}Page.WebAction)
|
action_base: The type of the actions (QWeb{Engine,}Page.WebAction)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
action_class = None
|
action_class = None # type: type
|
||||||
action_base = None
|
action_base = None # type: type
|
||||||
|
|
||||||
def __init__(self, tab):
|
def __init__(self, tab):
|
||||||
self._widget = None
|
self._widget = None
|
||||||
|
Loading…
Reference in New Issue
Block a user