mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-07 10:00:55 +00:00
removed unused import
removed unused import
This commit is contained in:
parent
9c0424c75b
commit
aa5885e92a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user