Skip to content

Commit

Permalink
fix incorrect import in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed May 1, 2024
1 parent b1a6e2f commit 2eaf59e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/sentence_transformer_plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from sentence_transformers import SentenceTransformer

from pgsync import plugin
from plugins.sentence_transformer_plugin import SentenceTransformer


class SentenceTransformersPlugin(plugin.Plugin):
Expand Down

0 comments on commit 2eaf59e

Please sign in to comment.