Remove duplicate module variable
This commit is contained in:
parent
5478114dca
commit
adf4492b43
|
@ -15,8 +15,6 @@ local tonumber = tonumber
|
|||
local io = { open = io.open }
|
||||
local setmetatable = setmetatable
|
||||
local getmetatable = getmetatable
|
||||
local require = require
|
||||
local rawget = rawget
|
||||
local string = {
|
||||
upper = string.upper,
|
||||
format = string.format
|
||||
|
|
Loading…
Reference in New Issue