Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
fixed bug of wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaya-Sem committed Jul 22, 2024
1 parent 5e1bda7 commit 1b75194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/delete.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import click
import rich
import sys
from ..database import get_items, delete_item, get_collections, delete_collection
from database import get_items, delete_item, get_collections, delete_collection


@click.group()
Expand Down

0 comments on commit 1b75194

Please sign in to comment.