Skip to content

Commit

Permalink
Refactor fusion interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Oct 23, 2023
1 parent 93e11c4 commit fc5cfdd
Show file tree
Hide file tree
Showing 8 changed files with 405 additions and 260 deletions.
4 changes: 2 additions & 2 deletions singlestoredb/fusion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
from .api import execute
from .api import is_fusion_query
from .handlers import workspace
from .registry import execute
from .registry import get_handler
114 changes: 0 additions & 114 deletions singlestoredb/fusion/api.py

This file was deleted.

Loading

0 comments on commit fc5cfdd

Please sign in to comment.