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

Remove redundant import [fix pylint] (#962)

This commit is contained in:
you-n-g
2022-03-11 12:15:37 +08:00
committed by GitHub
parent d2f0bebf60
commit 2ed806c846

View File

@@ -7,7 +7,6 @@ from pathlib import Path
import qlib
import fire
import pandas as pd
import ruamel.yaml as yaml
from qlib.config import C
from qlib.model.trainer import task_train