Skip to content

Commit 0690926

Browse files
committed
ruff
1 parent f86da74 commit 0690926

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

appium/version.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
def _get_version():
22
from importlib.metadata import version
3-
return version("Appium-Python-Client")
3+
4+
return version('Appium-Python-Client')
5+
6+
47
version = _get_version()

script/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_new_version():
4646

4747

4848
def update_version_file(version):
49-
call_bash_script(f"uv version {version}")
49+
call_bash_script(f'uv version {version}')
5050

5151

5252
def call_bash_script(cmd):

0 commit comments

Comments
 (0)