Skip to content

Commit

Permalink
#716 Import ecodes
Browse files Browse the repository at this point in the history
import a missing dependency that made it impossible to apply presets in certain configurations
  • Loading branch information
Poldovico authored May 31, 2023
1 parent bfb49cf commit 27d7b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inputremapper/configs/preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"""Contains and manages mappings."""

from __future__ import annotations
from evdev import ecodes

import json
import os
Expand Down

0 comments on commit 27d7b3e

Please sign in to comment.