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 8ad2684 commit ee85f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/nanonav.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,15 @@ def get_enc1(self):
Return the current encoder 1 count.
:return: The value of the encoder 1.
rtype: int
:rtype: int
"""

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

def set_enc1(self, value):
Expand Down

0 comments on commit ee85f3f

Please sign in to comment.