summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2023-04-16 14:10:45 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2023-04-16 14:10:45 +0200
commit0c86d699fc0a0d087893bb91f08b81e25cf1eb5e (patch)
tree78862d70d8a6ff9a9b3e7ab1867b4689046b7b8a
parentUpdate pre-commit config. (diff)
downloadfreestyle-hid-0c86d699fc0a0d087893bb91f08b81e25cf1eb5e.tar
freestyle-hid-0c86d699fc0a0d087893bb91f08b81e25cf1eb5e.tar.gz
freestyle-hid-0c86d699fc0a0d087893bb91f08b81e25cf1eb5e.tar.bz2
freestyle-hid-0c86d699fc0a0d087893bb91f08b81e25cf1eb5e.tar.lz
freestyle-hid-0c86d699fc0a0d087893bb91f08b81e25cf1eb5e.tar.xz
freestyle-hid-0c86d699fc0a0d087893bb91f08b81e25cf1eb5e.tar.zst
freestyle-hid-0c86d699fc0a0d087893bb91f08b81e25cf1eb5e.zip
-rw-r--r--freestyle_hid/_hidwrapper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/freestyle_hid/_hidwrapper.py b/freestyle_hid/_hidwrapper.py
index a82bd4c..a624512 100644
--- a/freestyle_hid/_hidwrapper.py
+++ b/freestyle_hid/_hidwrapper.py
@@ -15,7 +15,6 @@ from ._exceptions import HIDError
class HidWrapper(abc.ABC):
-
_handle: Union[BinaryIO, "hid.device"]
def write(self, report: bytes) -> None: