Skip to content

Commit

Permalink
Rename types file
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 committed Jul 3, 2024
1 parent 17a525a commit 497ff55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charachorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from .device import *
from .errors import *
from .charachorder_types import *
from ._types import *
File renamed without changes.
2 changes: 1 addition & 1 deletion charachorder/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
UnknownProduct,
UnknownVendor,
)
from .charachorder_types import Chord, ChordPhrase, Keymap, OperatingSystem
from ._types import Chord, ChordPhrase, Keymap, OperatingSystem

if TYPE_CHECKING:
from typing_extensions import Self
Expand Down

0 comments on commit 497ff55

Please sign in to comment.