Skip to content

Commit c8b8381

Browse files
committed
Pre-commit
Signed-off-by: Miguel Brandão <[email protected]>
1 parent d3ead97 commit c8b8381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deepsearch/core/cli/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
app.add_typer(login_app, name="login", help=MSG_LOGIN_DEPRECATION)
2121
logger.info("Core module finished initialization")
2222

23+
2324
@app.command(name="version", help=f"Print the client and server version")
2425
def get_version():
2526
logger.info("Getting DeepSearch version")

0 commit comments

Comments
 (0)