Skip to content

Commit db250bc

Browse files
Update device.py
1 parent 0fdafe1 commit db250bc

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
@@ -1,6 +1,6 @@
11
import contextlib
22
import os
3-
from typing import Dict, Iterator, List, NamedTuple, Tuple, Union, overload
3+
from typing import Dict, Iterator, List, Literal, NamedTuple, Tuple, Union, overload
44

55
from . import _input, ecodes, util
66

0 commit comments

Comments
 (0)