Skip to content

Commit

Permalink
fix imports after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jan 9, 2024
1 parent 12bca1a commit ba96074
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion connector_typesense/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"website": "https://github.com/OCA/search-engine",
"depends": ["connector_search_engine"],
"data": [
"views/ts_backend.xml",
"views/se_backend.xml",
],
# "demo": ["demo/backend_demo.xml"],
# TODO: Get latest improvements from elasticsearch library
Expand Down
3 changes: 1 addition & 2 deletions connector_typesense/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from . import ts_backend
from . import ts_index
from . import se_backend, se_index
File renamed without changes.

0 comments on commit ba96074

Please sign in to comment.