File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "ResultData" ,
2525 "TableAdapter" ,
2626 "create_resultdata_dict" ,
27- "have_results" ,
2827 "have_geometry_results" ,
28+ "have_results" ,
2929 "resultadapter_to_html" ,
3030 "show_resultdata" ,
3131]
Original file line number Diff line number Diff line change 1212import json
1313from typing import TYPE_CHECKING
1414
15- import guidata .dataset as gds
1615from guidata .io import JSONReader , JSONWriter
1716from plotpy .io import load_items , save_items
1817from plotpy .items import (
1918 AbstractLabelItem ,
20- AnnotatedPoint ,
2119 AnnotatedSegment ,
2220 AnnotatedShape ,
2321)
2422
25- from datalab .config import Conf
26-
2723if TYPE_CHECKING :
2824 from plotpy .items import AbstractShape
29- from plotpy .styles import AnnotationParam , ShapeParam
25+ from plotpy .styles import AnnotationParam
3026
3127
3228def config_annotated_shape (
You can’t perform that action at this time.
0 commit comments