Skip to content

Commit 23fe449

Browse files
committed
Remove unused code
1 parent f6c5f93 commit 23fe449

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mcpm/commands/search.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
import click
66
from rich.console import Console
77
from rich.table import Table
8-
from rich.panel import Panel
98

109
from mcpm.utils.repository import RepositoryManager
11-
from mcpm.utils.config import ConfigManager
1210

1311
console = Console()
1412
repo_manager = RepositoryManager()
15-
config_manager = ConfigManager()
1613

1714

1815
@click.command()

0 commit comments

Comments
 (0)