Skip to content

Commit 3256cb4

Browse files
committed
unused import
1 parent 50f038b commit 3256cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_uinput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import stat
44
from select import select
5-
from unittest.mock import patch, MagicMock
5+
from unittest.mock import patch
66

77
import pytest
88
from pytest import raises, fixture

0 commit comments

Comments
 (0)