Skip to content

Commit 822f198

Browse files
committed
chore: Fix lint in test
1 parent 3b0e320 commit 822f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/test_device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tests for the DeviceManager class."""
22

33
from collections.abc import Generator
4-
from unittest.mock import patch, Mock, AsyncMock
4+
from unittest.mock import Mock, patch
55

66
import pytest
77

0 commit comments

Comments
 (0)