Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Oct 22, 2021
1 parent f1502b2 commit b8a7d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dice_cli/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging
from typing import Any

import rich
import typer

from . import __version__, admin, benchmark, docs, job
Expand Down Expand Up @@ -43,7 +44,6 @@ def version() -> None:
"""
Show version
"""
import rich
rich.print(f"[blue]DICE CLI Version[/]: [magenta]{__version__}[/]")


Expand Down

0 comments on commit b8a7d47

Please sign in to comment.