From 42cb268a58eaf64dd0de1a61e375cf7ba11b125f Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sun, 26 Jun 2022 20:23:42 -0400 Subject: [PATCH] sonar fix --- src/commands/heatmap.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/heatmap.ts b/src/commands/heatmap.ts index c851e34..a7e11a5 100644 --- a/src/commands/heatmap.ts +++ b/src/commands/heatmap.ts @@ -4,7 +4,6 @@ import { DiscordenoMessage, } from '../../deps.ts'; import config from '../../config.ts'; -import { LOCALMODE } from '../../flags.ts'; import { failColor, infoColor2 } from '../commandUtils.ts'; import utils from '../utils.ts';