Skip to content

Commit

Permalink
Run black 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Jan 26, 2024
1 parent aeca5db commit bc9ecad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyfrc/physics/drivetrains.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def update_sim(self, now, tm_diff):
the current WPILib drivetrain/field objects. Wheelbases and default
speeds all require units.
"""

import math
import typing

Expand Down
1 change: 0 additions & 1 deletion pyfrc/physics/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
information on how to use pint.
"""


import pint

#: All units that pyfrc uses are defined in this global object
Expand Down

0 comments on commit bc9ecad

Please sign in to comment.