From 55002afd6d092d5e8f8e1806ef338998a79c86c7 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandDrink.py --- modules/CommandDrink.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandDrink.py b/modules/CommandDrink.py index 6b4d2c1..70a0fcd 100644 --- a/modules/CommandDrink.py +++ b/modules/CommandDrink.py @@ -9,6 +9,7 @@ import datetime import MCAPI +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandDrink(AbstractCommand): TRIGGER = "drink" -- 2.43.0