Skip to content

Commit 662ba2d

Browse files
authored
Remove print statement from app command (#26)
* Remove print statement from app command Removed print statement from app command. * Run `ruff` to fix format issue.
1 parent 2d98f77 commit 662ba2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/render_engine_cli/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929

3030

3131
@click.group()
32-
def app():
33-
print("App invoked.")
34-
...
32+
def app(): ...
3533

3634

3735
@app.command

0 commit comments

Comments
 (0)