removed unused import

removed unused import
This commit is contained in:
Charlie Miller 2024-01-03 11:52:40 +00:00 committed by GitHub
parent 9c0424c75b
commit aa5885e92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ CAUTION: You may get a json.decoding error.
This works for some of us but fails for others.
"""
from datetime import UTC, datetime, timedelta
from datetime import UTC, datetime
import requests
from rich import box