Remove unused import

This commit is contained in:
Augusto Gunsch 2022-01-23 22:07:01 -03:00
parent c7250a0a3d
commit 2206567cc4

View file

@ -10,7 +10,6 @@ local awful = require("awful")
local wibox = require("wibox")
local watch = require("awful.widget.watch")
local spawn = require("awful.spawn")
local naughty = require("naughty")
local cmus_widget = {}