Type hints for UI code
This commit is contained in:
@@ -106,5 +106,5 @@ class Pipeline(GObject.Object):
|
||||
self.advance()
|
||||
|
||||
@GObject.Signal(name="advanced")
|
||||
def advanced(self) -> None:
|
||||
def advanced(self): # type: ignore
|
||||
"""Signal emitted when the pipeline has advanced"""
|
||||
|
||||
Reference in New Issue
Block a user