Skip to content

Commit 8a316c3

Browse files
committed
refactor: remove unused imports in test_blinkstick.py
1 parent c9ae283 commit 8a316c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/clients/test_blinkstick.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
from blinkstick.clients.blinkstick import BlinkStick
77
from blinkstick.colors import ColorFormat
88
from blinkstick.enums import BlinkStickVariant, Mode
9-
from blinkstick.clients.blinkstick import BlinkStick
10-
from pytest_mock import MockFixture
11-
129
from blinkstick.exceptions import NotConnected, UnsupportedOperation
1310
from tests.conftest import make_blinkstick
1411

0 commit comments

Comments
 (0)