Skip to content

Commit 536835c

Browse files
Update src/evdev/device.py
1 parent c9ab63f commit 536835c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evdev/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class InputDevice(EventIO, Generic[_AnyStr]):
109109

110110
__slots__ = ("path", "fd", "info", "name", "phys", "uniq", "_rawcapabilities", "version", "ff_effects_count")
111111

112-
def __init__(self, dev: Union[_AnyStr, os.PathLike[_AnyStr]]):
112+
def __init__(self, dev: Union[_AnyStr, "os.PathLike[_AnyStr]"]):
113113
"""
114114
Arguments
115115
---------

0 commit comments

Comments
 (0)