summaryrefslogtreecommitdiff
path: root/py/complete.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/complete.py')
-rw-r--r--py/complete.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/complete.py b/py/complete.py
index eea2add..f42cebc 100644
--- a/py/complete.py
+++ b/py/complete.py
@@ -1,5 +1,3 @@
-import openai
-
# import utils
plugin_root = vim.eval("s:plugin_root")
vim.command(f"py3file {plugin_root}/py/utils.py")