Skip to content

Commit ba5eef8

Browse files
committed
remove get_module_ver
1 parent 4b1e0fd commit ba5eef8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/robusta/cli/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import time
44
import uuid
55
from contextlib import contextmanager
6-
from importlib.metadata import version as get_module_version
6+
# from importlib.metadata import version as get_module_version
77
from typing import List, Optional
88
from zipfile import ZipFile
99

@@ -151,7 +151,8 @@ def playground():
151151
@app.command()
152152
def version():
153153
"""show the version of the local robusta-cli"""
154-
typer.echo(get_module_version("robusta-cli"))
154+
pass
155+
# typer.echo(get_module_version("robusta-cli"))
155156

156157

157158
@app.command()

0 commit comments

Comments
 (0)