From 55c4e2ec836e48552b52fb4b7878f7b50f67b53b Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sat, 21 Oct 2023 19:02:54 +0200 Subject: removed unused import --- py/chat.py | 1 - py/complete.py | 1 - 2 files changed, 2 deletions(-) (limited to 'py') diff --git a/py/chat.py b/py/chat.py index 71783ca..6d88015 100644 --- a/py/chat.py +++ b/py/chat.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") 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") -- cgit v1.2.3