Unverified Commit 19e737c9 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Fix model reference for pylint (#4338)

parent 5ce474bc
......@@ -114,7 +114,7 @@ class Model:
self.graphs: Dict[str, Graph] = {}
self.evaluator: Optional[Evaluator] = None
self.history: List[Model] = []
self.history: List['Model'] = []
self.metric: Optional[MetricData] = None
self.intermediate_metrics: List[MetricData] = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment