We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde0123 commit 77f2623Copy full SHA for 77f2623
src/pqnstack/pqn/drivers/rotator.py
@@ -729,4 +729,3 @@ def _eu_to_deg(self, eu: int | None) -> float:
729
if eu is None or self._ppd <= 0:
730
return 0.0
731
return ((eu % int(self._ppd * 360.0)) / float(self._ppd)) % 360.0
732
-
0 commit comments