From 6a8a0ebb3e7fb2b84698ba49485a5d7c83a03d63 Mon Sep 17 00:00:00 2001 From: oof2win2 Date: Sat, 14 May 2022 23:30:23 +0200 Subject: [PATCH] fix(common): CI fix --- expcore/common.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/expcore/common.lua b/expcore/common.lua index 3bc94165..4cabdef4 100644 --- a/expcore/common.lua +++ b/expcore/common.lua @@ -6,7 +6,6 @@ local Colours = require 'utils.color_presets' --- @dep utils.color_presets local Game = require 'utils.game' --- @dep utils.game -local Util = require 'util' --- @dep util local Common = {}