Skip to content

Commit 0196ff0

Browse files
committed
Remove unused imports
1 parent 29d68a8 commit 0196ff0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

magicbot/state_machine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import functools
21
import inspect
32
import logging
43
from typing import (

robotpy_ext/common_drivers/distance_sensors_sim.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import math
2-
import wpilib
32

43
from wpilib.simulation import AnalogInputSim
54

0 commit comments

Comments
 (0)