Skip to content

Commit

Permalink
Update device.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Feb 19, 2025
1 parent bc986ca commit 1d689f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/evdev/device.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import contextlib
import os
from collections.abc import Iterator
from typing import NamedTuple, Tuple, Union
from typing import Iterator, NamedTuple, Tuple, Union

from . import _input, ecodes, util

Expand Down

0 comments on commit 1d689f4

Please sign in to comment.