We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f524f commit f243179Copy full SHA for f243179
simulator/modules/sbot_interface/devices/servo.py
@@ -4,6 +4,8 @@
4
The servo will apply a small amount of variation to the power setting to simulate
5
inaccuracies in the servo.
6
"""
7
+from __future__ import annotations
8
+
9
from abc import ABC, abstractmethod
10
from typing import TYPE_CHECKING
11
0 commit comments