Skip to content

Commit

Permalink
Add docstring to core_api_version
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Aug 15, 2024
1 parent d4a9270 commit c4e54d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/acquire/acquire.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1404,4 +1404,6 @@ class VoltageRange:
"""Returns a dictionary of the `VoltageRange` object's attributes."""
...

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

0 comments on commit c4e54d0

Please sign in to comment.