#629 luacheck fix for remaining unused variables

This commit is contained in:
Mikayla Fischler
2025-09-13 16:07:12 -04:00
parent ff68eeae1a
commit f7fe9754fe
3 changed files with 1 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v1.0.2"
local POCKET_VERSION = "v1.0.3"
local println = util.println
local println_ts = util.println_ts