Skip to content

Commit 1274000

Browse files
emyllerkhvn26
andauthored
Update src/common/core/utils.py
Co-authored-by: Kim Gustyr <[email protected]>
1 parent 0cebaa9 commit 1274000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_version_info() -> VersionInfo:
9090

9191

9292
def get_version() -> str:
93-
"""Returns the version number of the current deployment"""
93+
"""Return the version number of the current deployment"""
9494
manifest_versions = get_versions_from_manifest()
9595
return manifest_versions.get(".", UNKNOWN)
9696

0 commit comments

Comments
 (0)