Skip to content

Commit d6ed8a8

Browse files
author
Carlos Kidman
committed
revert import statement
1 parent f6e2dd8 commit d6ed8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylenium/scripts/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import platform
2727
import shutil
2828

29-
from rich_click import click
29+
import rich_click as click
3030
from pyfiglet import Figlet
3131
from pylenium.scripts.cli_utils import run_process, parse_response
3232
from pylenium.scripts import report_portal

0 commit comments

Comments
 (0)