We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdafe1 commit db250bcCopy full SHA for db250bc
src/evdev/device.py
@@ -1,6 +1,6 @@
1
import contextlib
2
import os
3
-from typing import Dict, Iterator, List, NamedTuple, Tuple, Union, overload
+from typing import Dict, Iterator, List, Literal, NamedTuple, Tuple, Union, overload
4
5
from . import _input, ecodes, util
6
0 commit comments