Skip to content

Commit

Permalink
changes an absolute import to a relative one (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich authored Jan 6, 2025
1 parent 22111fa commit c007777
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
from typing import List, Union

from learning_loop_node.data_classes import (BoxDetection, ClassificationDetection, ImageMetadata, Observation,
PointDetection, SegmentationDetection)
from ...data_classes import (BoxDetection, ClassificationDetection, ImageMetadata, Observation, PointDetection,
SegmentationDetection)


class CamObservationHistory:
Expand Down

0 comments on commit c007777

Please sign in to comment.