Skip to content

Commit 385cb0a

Browse files
authored
Update taipy/version.py
1 parent 2ef4b0d commit 385cb0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taipy/version.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import os
1414

1515

16-
1716
def _get_version():
1817
with open(f"{os.path.dirname(os.path.abspath(__file__))}{os.sep}version.json") as version_file:
1918
version = json.load(version_file)

0 commit comments

Comments
 (0)