Skip to content

Commit 07a1bfc

Browse files
committed
Type OverwatcherModuleTask.module()
1 parent c31b127 commit 07a1bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gort/overwatcher/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(self):
106106
self._module: OverwatcherModule_T | None = None
107107

108108
@property
109-
def module(self):
109+
def module(self) -> OverwatcherModule_T:
110110
"""Returns the module instance."""
111111

112112
if not self._module:

0 commit comments

Comments
 (0)