Skip to content

Commit d5ddde7

Browse files
committed
Docformat CI
1 parent d9599a4 commit d5ddde7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

luxonis_ml/data/exporters/base_exporter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def dataset_type() -> str:
2424
@abstractmethod
2525
def get_split_names(self) -> dict[str, str]:
2626
"""Return mapping from native split names to dataset-appropriate
27-
split names e.g.: For COCO Roboflow: {"train", "train", "val":
28-
"valid", "test": "test"}"""
27+
split names."""
2928
raise NotImplementedError
3029

3130
@staticmethod

0 commit comments

Comments
 (0)