plugin: Miscellaneous cleanup

This commit is contained in:
Lucien Greathouse
2020-03-18 23:15:03 -07:00
parent 3b433e53be
commit 5768d8e4a4
5 changed files with 30 additions and 17 deletions

View File

@@ -4,7 +4,6 @@ local Log = require(script.Parent.Parent.Log)
local Fmt = require(script.Parent.Parent.Fmt)
local t = require(script.Parent.Parent.t)
local DevSettings = require(script.Parent.DevSettings)
local InstanceMap = require(script.Parent.InstanceMap)
local Reconciler = require(script.Parent.Reconciler)
local strict = require(script.Parent.strict)