luacheck fixes

This commit is contained in:
Mikayla Fischler 2024-03-12 12:49:33 -04:00
parent 9c1d83fdfc
commit 886bd0d5d5
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ local style = require("reactor-plc.panel.style")
local core = require("graphics.core")
local flasher = require("graphics.flasher")
local themes = require("graphics.themes")
local Div = require("graphics.elements.div")
local Rectangle = require("graphics.elements.rectangle")

View File

@ -10,7 +10,6 @@ local databus = require("rtu.databus")
local style = require("rtu.panel.style")
local core = require("graphics.core")
local themes = require("graphics.themes")
local Div = require("graphics.elements.div")
local TextBox = require("graphics.elements.textbox")