From b154efb6ccf62ee68d10f6bf0687796786f8325e Mon Sep 17 00:00:00 2001 From: c0de Date: Mon, 24 Oct 2022 20:06:50 -0500 Subject: [PATCH] Fix linting issues with main --- GhostBallBot/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GhostBallBot/main.py b/GhostBallBot/main.py index 77cb282..9be160a 100644 --- a/GhostBallBot/main.py +++ b/GhostBallBot/main.py @@ -2,8 +2,9 @@ # Copyright 2022 - c0de # Licensed under the MIT License (https://opensource.org/licenses/MIT) +# pylint: disable=missing-module-docstring + import os -from pathlib import Path from discord_client.client import GhostBallClient from database.models import DATABASE, database, create_models