Skip to content

Commit 55597dc

Browse files
committed
Add the needed import to the example
1 parent 3290bf3 commit 55597dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/kittens/custom.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ your machine).
2020

2121
.. code-block:: python
2222
23+
from typing import List
24+
2325
def main(args: List[str]) -> str:
2426
# this is the main entry point of the kitten, it will be executed in
2527
# the overlay window when the kitten is launched

0 commit comments

Comments
 (0)