diff options
Diffstat (limited to 'py')
| -rw-r--r-- | py/chat.py | 1 | ||||
| -rw-r--r-- | py/complete.py | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1,4 +1,3 @@ -from urllib.parse import urljoin # import utils plugin_root = vim.eval("s:plugin_root") vim.command(f"py3file {plugin_root}/py/utils.py") diff --git a/py/complete.py b/py/complete.py index 4b07271..8386c09 100644 --- a/py/complete.py +++ b/py/complete.py @@ -1,4 +1,3 @@ -from urllib.parse import urljoin # import utils plugin_root = vim.eval("s:plugin_root") vim.command(f"py3file {plugin_root}/py/utils.py") |