Removed unused import of the dataset module.
This commit is contained in:
parent
5c65dc7e2c
commit
bad06e0bb9
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
from laydi import dataset
|
|
||||||
|
|
||||||
_dim_annotation_handlers = {}
|
_dim_annotation_handlers = {}
|
||||||
|
|
||||||
def get_dim_annotations(dimname, annotation, ids):
|
def get_dim_annotations(dimname, annotation, ids):
|
||||||
|
|
Reference in New Issue