Skip to content

Commit 0ef43b3

Browse files
committed
cli-p3: add -> None
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 115b3a5 commit 0ef43b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli-p3/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from wit_world import exports
22

33
class Run(exports.Run):
4-
async def run(self):
4+
async def run(self) -> None:
55
print("Hello, world!")

0 commit comments

Comments
 (0)