Update extend_expiration_dates.py

This commit is contained in:
zandercymatics 2023-12-08 15:20:45 -07:00
parent 40d7588731
commit b4658e6da3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -14,7 +14,6 @@ try:
except ImportError:
pass
from dateutil.relativedelta import relativedelta
logger = logging.getLogger(__name__)