Skip to content
Snippets Groups Projects
Commit 5f19638c authored by Clemens Wallrath's avatar Clemens Wallrath Committed by schneider
Browse files

Fix menu example

typing.Optional does not exist on badge and was unused anyway
parent e13b0d67
No related branches found
No related tags found
1 merge request!134Fix menu example
Pipeline #6674 passed
......@@ -528,8 +528,6 @@ Here is our previous code changed to use `Application` for the base of its main
from ctx import Context
import st3m.run
from typing import Optional
class SecondScreen(BaseView):
def draw(self, ctx: Context) -> None:
# Paint the background black
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment