Skip to content

Commit 31b55c6

Browse files
committed
remove unnecessary code
1 parent 3c69bf5 commit 31b55c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ellar/common/decorators/modules.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ def _wrapper(
3939
return target
4040

4141

42-
# @t.overload
43-
# def Module(
44-
# **kwargs: t.Any,
45-
# ) -> t.Callable[[_ModuleClass], _ModuleClass]: # pragma: no cover
46-
# pass
47-
48-
4942
def Module(
5043
*,
5144
name: t.Optional[str] = None,

0 commit comments

Comments
 (0)