diff --git a/spatialyze/world.py b/spatialyze/world.py index 95aa9c5..099ed9c 100644 --- a/spatialyze/world.py +++ b/spatialyze/world.py @@ -10,8 +10,9 @@ from .utils.F.road_segment import road_segment from .video_processor.payload import Payload from .video_processor.pipeline import Pipeline -from .video_processor.stages.decode_frame.decode_frame import DecodeFrame -from .video_processor.stages.decode_frame.parallel_decode_frame import ParallelDecodeFrame +from .video_processor.stages.decode_frame.parallel_decode_frame import ( + ParallelDecodeFrame, +) from .video_processor.stages.detection_2d.object_type_filter import ObjectTypeFilter from .video_processor.stages.detection_2d.yolo_detection import YoloDetection from .video_processor.stages.detection_3d.from_detection_2d_and_road import (