From 1aacf148046dd2a30466d74d2fee11643814ff86 Mon Sep 17 00:00:00 2001 From: Abderrahmane Smimite Date: Sun, 1 Dec 2024 11:27:14 +0100 Subject: [PATCH] fixup --- cli/clica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/clica.py b/cli/clica.py index d3406e20e..4d21727a2 100755 --- a/cli/clica.py +++ b/cli/clica.py @@ -7,7 +7,7 @@ import requests import yaml import json -from rich import print as rprint, print_json +from rich import print as rprint # from icecream import ic