Fix imports
This commit is contained in:
parent
c9702a325b
commit
7b39a20899
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
from typing import Dict, Any, List
|
from typing import Dict, Any, List
|
||||||
import json
|
import json
|
||||||
from functools import lru_cache
|
from functools import lru_cache
|
||||||
from datetime import datetime, date, time
|
from datetime import datetime, date, time, timedelta
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import logging
|
import logging
|
||||||
import pytz
|
import pytz
|
||||||
|
@ -109,7 +109,6 @@ from matplotlib.axes import Axes # type: ignore
|
||||||
|
|
||||||
# pip install imageio
|
# pip install imageio
|
||||||
# from imageio import imread # type: ignore
|
# from imageio import imread # type: ignore
|
||||||
from scipy.misc import imresize # type: ignore
|
|
||||||
|
|
||||||
|
|
||||||
def hhmm(time: datetime):
|
def hhmm(time: datetime):
|
||||||
|
|
Loading…
Add table
Reference in a new issue