Skip to content

Commit

Permalink
style: remove import line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Feb 6, 2025
1 parent 9ee8a81 commit 5c91ed6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_cameras.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
import pytest

from rosys.testing import forward
from rosys.vision import (
RtspCamera,
RtspCameraProvider,
SimulatedCamera,
UsbCamera,
UsbCameraProvider,
)
from rosys.vision import RtspCamera, RtspCameraProvider, SimulatedCamera, UsbCamera, UsbCameraProvider


async def test_simulated_camera(rosys_integration):
Expand Down

0 comments on commit 5c91ed6

Please sign in to comment.