Skip to content

Commit f243179

Browse files
committed
Fix old python
1 parent a2f524f commit f243179

File tree

1 file changed

+2
-0
lines changed
  • simulator/modules/sbot_interface/devices

1 file changed

+2
-0
lines changed

simulator/modules/sbot_interface/devices/servo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
The servo will apply a small amount of variation to the power setting to simulate
55
inaccuracies in the servo.
66
"""
7+
from __future__ import annotations
8+
79
from abc import ABC, abstractmethod
810
from typing import TYPE_CHECKING
911

0 commit comments

Comments
 (0)