Skip to content

Commit 5ea030b

Browse files
committed
Fixed minor broken imports.
1 parent c68a0ae commit 5ea030b

File tree

1 file changed

+4
-4
lines changed
  • highcharts_gantt/options/series/data

1 file changed

+4
-4
lines changed

highcharts_gantt/options/series/data/bar.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from typing import Optional, List
22

3-
from validator_collection import checkers
3+
from validator_collection import checkers, validators
44

55
from highcharts_core.options.series.data.bar import (BarData,
6-
WaterfallData,
7-
WindBarbData,
8-
XRangeData as XRangeDataBase)
6+
WaterfallData,
7+
WindBarbData,
8+
XRangeData as XRangeDataBase)
99

1010
from highcharts_gantt.options.series.data.connect import DataConnection
1111
from highcharts_gantt.decorators import validate_types

0 commit comments

Comments
 (0)