Skip to content

Commit

Permalink
Cleanup import
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 16, 2024
1 parent 902919a commit 2b8d1c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/isar_robot/inspections.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
from robot_interface.models.exceptions.robot_exceptions import (
RobotRetrieveInspectionException,
)
from robot_interface.models.inspection import Audio, ThermalVideo, ThermalVideoMetadata
from robot_interface.models.inspection.inspection import (
Audio,
AudioMetadata,
Image,
ImageMetadata,
ThermalVideo,
ThermalVideoMetadata,
Video,
VideoMetadata,
)
Expand Down

0 comments on commit 2b8d1c1

Please sign in to comment.