Skip to content

Commit

Permalink
style: [CI] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Bot committed Aug 10, 2023
1 parent 14f6913 commit 15cc491
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spatialyze/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
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.decode_frame import DecodeFrame
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 (
Expand Down

0 comments on commit 15cc491

Please sign in to comment.