Skip to content

Commit

Permalink
shut up anno warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Oct 18, 2024
1 parent 9567a20 commit bb7761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/transfer/commons/transfer_row_display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local Table = require('Module:Table')
local IconModule = Lua.requireIfExists('Module:PositionIcon/data', {loadData = true})
local Info = Lua.import('Module:Info', {loadData = true})
local Platform = Lua.import('Module:Platform')
local PlayerDisplay = Lua.requireIfExists('Module:Player/Display/Custom')
local PlayerDisplay = Lua.import('Module:Player/Display/Custom')
local TransferRef = Lua.import('Module:Transfer/References')

local HAS_PLATFORM_ICONS = Lua.moduleExists('Module:Platform/data')
Expand Down

0 comments on commit bb7761d

Please sign in to comment.