Skip to content

Commit e0305ff

Browse files
committed
fix: exceptions imports
1 parent d920f4b commit e0305ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dbally/gradio/gradio_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
from dbally import BaseStructuredView
88
from dbally.audit import CLIEventHandler
9-
from dbally.collection import Collection
9+
from dbally.collection import Collection, NoViewFoundError
10+
from dbally.iql_generator.iql_prompt_template import UnsupportedQueryError
1011
from dbally.prompts import PromptTemplateError
11-
from dbally.utils.errors import NoViewFoundError, UnsupportedQueryError
1212

1313

1414
async def create_gradio_interface(user_collection: Collection, preview_limit: int = 10) -> gradio.Interface:

0 commit comments

Comments
 (0)