Skip to content

Commit

Permalink
Fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Mar 8, 2024
1 parent 334848e commit 760aeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import pytest

from build.lib.input.device import Device_
from joystick_diagrams.export import (
TEMPLATE_DATING_KEY,
TEMPLATE_NAMING_KEY,
Expand All @@ -18,6 +17,7 @@
)
from joystick_diagrams.input.axis import Axis, AxisDirection
from joystick_diagrams.input.button import Button
from joystick_diagrams.input.device import Device_
from joystick_diagrams.input.hat import Hat, HatDirection
from joystick_diagrams.input.modifier import Modifier

Expand Down

0 comments on commit 760aeee

Please sign in to comment.