From 8f0bf3789fa9c4ce8466a78a510363f01da27ad6 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Sun, 19 Nov 2023 21:13:47 -0800 Subject: [PATCH] lint: fix luacheck warnings --- tests/trash_spec.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/trash_spec.lua b/tests/trash_spec.lua index bedd076..cf6b835 100644 --- a/tests/trash_spec.lua +++ b/tests/trash_spec.lua @@ -1,7 +1,5 @@ -local uv = vim.uv or vim.loop require("plenary.async").tests.add_to_env() local TmpDir = require("tests.tmpdir") -local fs = require("oil.fs") local test_util = require("tests.test_util") ---Get the raw list of filenames from an unmodified oil buffer