Skip to content

Commit bc8914c

Browse files
authored
Add docstring to core_api_version (#204)
Follow-up to acquire-project/acquire-docs#85 Adding a docstring makes sure this object is visible in the autogenerated API docs.
1 parent 3d56b8d commit bc8914c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/acquire/acquire.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,4 +1404,6 @@ class VoltageRange:
14041404
"""Returns a dictionary of the `VoltageRange` object's attributes."""
14051405
...
14061406

1407-
def core_api_version() -> str: ...
1407+
def core_api_version() -> str:
1408+
"""Returns the version string for the core API."""
1409+
...

0 commit comments

Comments
 (0)