We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef4b0d commit 385cb0aCopy full SHA for 385cb0a
taipy/version.py
@@ -13,7 +13,6 @@
13
import os
14
15
16
-
17
def _get_version():
18
with open(f"{os.path.dirname(os.path.abspath(__file__))}{os.sep}version.json") as version_file:
19
version = json.load(version_file)
0 commit comments