From fcc3ce60bcfa57734a51723717fe681ee4bf1327 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sat, 5 Feb 2022 16:39:41 +0800 Subject: Config format switched to .ini Eliminated toml from dependency list --- jimbrella/umbrellas.py | 1 - 1 file changed, 1 deletion(-) (limited to 'jimbrella/umbrellas.py') diff --git a/jimbrella/umbrellas.py b/jimbrella/umbrellas.py index 2525a31..b3a261d 100644 --- a/jimbrella/umbrellas.py +++ b/jimbrella/umbrellas.py @@ -3,7 +3,6 @@ from datetime import datetime, timezone, timedelta from dateutil.parser import isoparse from typing import Union from .utils import human_datetime, human_timedelta, CST -from .config import DUE_HOURS, ADMIN_LOG_PATH from .exceptions import * STATUSES = ["available", "lent", "overdue", "maintenance", "unknown"] -- cgit v1.2.3