From 0058b3f6509ac2632b09048c02d3ff4fa17bdfa9 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Wed, 12 Apr 2023 19:01:11 +0200 Subject: moving import openai check to python scripts --- py/complete.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'py/complete.py') 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") -- cgit v1.2.3