Skip to content

Commit

Permalink
removed artifacts from old profile implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Brandão <[email protected]>
  • Loading branch information
HolyMichael committed Aug 7, 2023
1 parent 9ed4512 commit efe6a5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deepsearch/core/cli/profile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Optional

import platformdirs
import typer
from rich.console import Console
from rich.table import Table
Expand Down
1 change: 0 additions & 1 deletion deepsearch/core/client/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Union

from platformdirs import user_log_dir
from pydantic import BaseModel


Expand Down

0 comments on commit efe6a5b

Please sign in to comment.