Skip to content

Commit d8078e7

Browse files
committed
more 3.7
1 parent 6068723 commit d8078e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands2/coroutinecommand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def commandify(
107107

108108

109109
@overload
110-
def commandify(coroutine: Coroutineable, /) -> Callable[..., CoroutineCommand]:
110+
def commandify(coroutine: Coroutineable) -> Callable[..., CoroutineCommand]:
111111
"""
112112
A decorator that turns a coroutine function into a command.
113113
A def should be under this.

0 commit comments

Comments
 (0)