style: removed unused requires

This commit is contained in:
Folke Lemaitre 2022-12-20 22:32:16 +01:00
parent 897d6df5ac
commit 7be46bceef
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
local Util = require("lazy.core.util")
local Config = require("lazy.core.config")
local Handler = require("lazy.core.handler")
local Cache = require("lazy.core.cache")
local M = {}