plugin: Fix warning in applyPatch.lua

This commit is contained in:
Lucien Greathouse
2020-11-11 17:11:34 -08:00
parent f66860bdfe
commit e5041d80ef

View File

@@ -12,7 +12,6 @@ local Types = require(script.Parent.Parent.Types)
local invariant = require(script.Parent.Parent.invariant)
local decodeValue = require(script.Parent.decodeValue)
local getProperty = require(script.Parent.getProperty)
local reify = require(script.Parent.reify)
local setProperty = require(script.Parent.setProperty)