removed unused code

This commit is contained in:
Raphaël LACROIX 2023-05-31 23:30:39 +02:00
parent 202c903459
commit 6085f51211

View file

@ -101,7 +101,6 @@ class interpreter(App):
def compose(self) -> ComposeResult: def compose(self) -> ComposeResult:
"""Compose our UI.""" """Compose our UI."""
path = "./" if len(sys.argv) < 2 else sys.argv[1]
yield Header() yield Header()
with Container(id="cont"): with Container(id="cont"):
with VerticalScroll(id="code-view"): with VerticalScroll(id="code-view"):