From 8ad26847a464baec734ecf8c20336cf0700a6ca3 Mon Sep 17 00:00:00 2001 From: Joel McCandless Date: Thu, 2 May 2024 14:47:06 -0400 Subject: [PATCH] fix return type annotations --- docs/source/nanonav.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/nanonav.py b/docs/source/nanonav.py index 99106f8..2e39825 100644 --- a/docs/source/nanonav.py +++ b/docs/source/nanonav.py @@ -205,6 +205,7 @@ def get_enc1(self): """ Return the current encoder 1 count. + :return: The value of the encoder 1. rtype: int """ @@ -212,6 +213,7 @@ def get_enc2(self): """ Return the current encoder 2 count. + :return: The value of the encoder 2. rtype: int """