diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-12 19:01:11 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-12 19:01:11 +0200 |
| commit | 0058b3f6509ac2632b09048c02d3ff4fa17bdfa9 (patch) | |
| tree | e59ff44615874c1bf34a86659f7279c634700544 /py/complete.py | |
| parent | b510e4d3ba081dd259d1c219ce139cfae908adc2 (diff) | |
| download | vim-ai-0058b3f6509ac2632b09048c02d3ff4fa17bdfa9.tar.gz | |
moving import openai check to python scripts
Diffstat (limited to '')
| -rw-r--r-- | py/complete.py | 2 |
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") |