diff options
Diffstat (limited to 'jimbrella/umbrellas.py')
-rw-r--r-- | jimbrella/umbrellas.py | 1 |
1 files changed, 0 insertions, 1 deletions
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"] |