Skip to content

Commit eebf948

Browse files
committed
Add type notation to the return of the qualified_version method
1 parent 813f88d commit eebf948

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meilisearch/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
__version__ = "0.18.0"
22

3-
def qualified_version():
3+
def qualified_version() -> str:
4+
"""Get the qualified version of this module."""
5+
46
return f"Meilisearch Python (v{__version__})"

0 commit comments

Comments
 (0)