fixed flake8 lint errors

This commit is contained in:
Илья Глазунов
2025-12-04 03:06:58 +03:00
parent cec6e927a7
commit 7662a7924a
17 changed files with 62 additions and 84 deletions
-1
View File
@@ -190,7 +190,6 @@ def show_cmd(ctx, config_file: Optional[str], output_format: str, section: Optio
console.print(syntax)
elif output_format == "table":
from rich.table import Table
from rich.tree import Tree
def build_tree(data, tree):