From a928fa54d40150bd0ca68f7798f81cc372ecdb92 Mon Sep 17 00:00:00 2001 From: Gabriella Date: Fri, 17 Oct 2025 10:40:39 -0600 Subject: [PATCH] Remove unused import from posting module --- src/py/bot_aux.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/py/bot_aux.py b/src/py/bot_aux.py index ef88cc3..66b54bc 100644 --- a/src/py/bot_aux.py +++ b/src/py/bot_aux.py @@ -6,7 +6,6 @@ This automation will be run on a daily basis, through a cron job + docker. @author: Gabriella 'contrastellar' Agathon """ import argparse -import os import discord import helper.db_helper