Skip to content

Commit

Permalink
remove get_module_ver
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Jun 22, 2021
1 parent 4b1e0fd commit ba5eef8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/robusta/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time
import uuid
from contextlib import contextmanager
from importlib.metadata import version as get_module_version
# from importlib.metadata import version as get_module_version
from typing import List, Optional
from zipfile import ZipFile

Expand Down Expand Up @@ -151,7 +151,8 @@ def playground():
@app.command()
def version():
"""show the version of the local robusta-cli"""
typer.echo(get_module_version("robusta-cli"))
pass
# typer.echo(get_module_version("robusta-cli"))


@app.command()
Expand Down

0 comments on commit ba5eef8

Please sign in to comment.