1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 18:11:18 +08:00

lgtm issue: fixing unused import of 'time'

This commit is contained in:
slowy07
2021-07-18 09:01:45 +07:00
committed by you-n-g
parent 3183a232df
commit f8a2b0533b

View File

@@ -12,7 +12,6 @@ In ``DelayTrainer``, the first step is only to save some necessary info to model
"""
import socket
import time
from typing import Callable, List
from qlib.data.dataset import Dataset