Verified Commit b51be0be authored by Jakob Moser's avatar Jakob Moser
Browse files

Add missing parentheses

parent d9009193
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,6 @@ import typer
app = typer.Typer()


@app.command
@app.command()
def main() -> None:
    print("Hello World!")