From 5f829d769f05e3a2054f4352d3f4d04e1e7c7292 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Sat, 7 Mar 2020 13:23:22 +0100 Subject: Deseasonify: move `get_seasons` util function to package init --- bot/utils/persist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/utils/persist.py') diff --git a/bot/utils/persist.py b/bot/utils/persist.py index a60a1219..3539375a 100644 --- a/bot/utils/persist.py +++ b/bot/utils/persist.py @@ -2,7 +2,7 @@ import sqlite3 from pathlib import Path from shutil import copyfile -from bot.seasons.season import get_seasons +from bot.seasons import get_seasons DIRECTORY = Path("data") # directory that has a persistent volume mapped to it -- cgit v1.2.3