Removed unused import
This commit is contained in:
parent
f62ad60388
commit
6b608cd75a
|
@ -12,7 +12,6 @@ of a function.
|
|||
local wibox = require("wibox")
|
||||
local gears = require("gears")
|
||||
local beautiful = require("beautiful")
|
||||
local naughty = require("naughty")
|
||||
local helpers = require(tostring(...):match(".*bling.module") .. ".helpers")
|
||||
|
||||
local bar_style = beautiful.tabbar_style or "default"
|
||||
|
|
Loading…
Reference in New Issue