Skip to content

Commit

Permalink
Delete unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 21, 2024
1 parent acbebd5 commit 1a62995
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions photonlib-python-examples/aimandrange/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

import math
import wpilib
import wpimath
import wpimath.geometry
import drivetrain

from photonlibpy import PhotonCamera
Expand Down
2 changes: 0 additions & 2 deletions photonlib-python-examples/aimandrange/tests/pyfrc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
This test module imports tests that come with pyfrc, and can be used
to test basic functionality of just about any robot.
"""

from pyfrc.tests import *
2 changes: 0 additions & 2 deletions photonlib-python-examples/aimattarget/tests/pyfrc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
This test module imports tests that come with pyfrc, and can be used
to test basic functionality of just about any robot.
"""

from pyfrc.tests import *
2 changes: 0 additions & 2 deletions photonlib-python-examples/poseest/tests/pyfrc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
This test module imports tests that come with pyfrc, and can be used
to test basic functionality of just about any robot.
"""

from pyfrc.tests import *

0 comments on commit 1a62995

Please sign in to comment.