Skip to content

Commit e9f0a74

Browse files
committed
Update dev version
Update dev version * Remove import LiteralString (not on python 3.9, 3.10)
1 parent cf3b03d commit e9f0a74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

je_auto_control/wrapper/auto_control_keyboard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
2-
from typing import Tuple, Union, LiteralString, Any
2+
from typing import Union
33

44
from je_auto_control.utils.exception.exception_tags import keyboard_hotkey
55
from je_auto_control.utils.exception.exception_tags import keyboard_press_key
@@ -198,7 +198,7 @@ def check_key_is_press(keycode: [int, str]) -> bool | None:
198198
)
199199

200200

201-
def write(write_string: str, is_shift: bool = False) -> None | LiteralString | str:
201+
def write(write_string: str, is_shift: bool = False) -> None | str:
202202
"""
203203
use to press and release whole we get this function str
204204
return all press and release str

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.114"
9+
version = "0.0.115"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)