From 337a5b930d64167d2104bdbad81c5d96bae93fc3 Mon Sep 17 00:00:00 2001 From: ikagod <65701886+ikagod@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:47:50 +0100 Subject: [PATCH] Fix circular session import in botComm.py --- ikabot/helpers/botComm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ikabot/helpers/botComm.py b/ikabot/helpers/botComm.py index c037aca8..ae88fe48 100644 --- a/ikabot/helpers/botComm.py +++ b/ikabot/helpers/botComm.py @@ -10,7 +10,6 @@ import time import ikabot.config as config -import ikabot.web.session from ikabot.config import * from ikabot.helpers.gui import * from ikabot.helpers.pedirInfo import read