Skip to content

Commit efe6a5b

Browse files
committed
removed artifacts from old profile implementation
Signed-off-by: Miguel Brandão <[email protected]>
1 parent 9ed4512 commit efe6a5b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deepsearch/core/cli/profile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Optional
22

3-
import platformdirs
43
import typer
54
from rich.console import Console
65
from rich.table import Table

deepsearch/core/client/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Union
22

3-
from platformdirs import user_log_dir
43
from pydantic import BaseModel
54

65

0 commit comments

Comments
 (0)