From 4a69e55f390fcbd5e3d6c88c882c0b921c9b6f87 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 17 Nov 2015 22:44:00 +0100 Subject: test/functional: clean up according to luacheck (part 1) --- test/functional/terminal/altscreen_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/terminal/altscreen_spec.lua') diff --git a/test/functional/terminal/altscreen_spec.lua b/test/functional/terminal/altscreen_spec.lua index 9ec0fc7c5a..d9d96b25f9 100644 --- a/test/functional/terminal/altscreen_spec.lua +++ b/test/functional/terminal/altscreen_spec.lua @@ -1,6 +1,5 @@ local helpers = require('test.functional.helpers') local thelpers = require('test.functional.terminal.helpers') -local Screen = require('test.functional.ui.screen') local clear, eq, curbuf = helpers.clear, helpers.eq, helpers.curbuf local feed = helpers.feed local feed_data = thelpers.feed_data -- cgit