Skip to content

Commit

Permalink
fix return type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccand committed May 2, 2024
1 parent 302b31b commit 8ad2684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/nanonav.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,15 @@ def get_enc1(self):
"""
Return the current encoder 1 count.
:return: The value of the encoder 1.
rtype: int
"""

def get_enc2(self):
"""
Return the current encoder 2 count.
:return: The value of the encoder 2.
rtype: int
"""

Expand Down

0 comments on commit 8ad2684

Please sign in to comment.