Skip to content

Commit bc9ecad

Browse files
committed
Run black 24.1.0
1 parent aeca5db commit bc9ecad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyfrc/physics/drivetrains.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def update_sim(self, now, tm_diff):
4848
the current WPILib drivetrain/field objects. Wheelbases and default
4949
speeds all require units.
5050
"""
51+
5152
import math
5253
import typing
5354

pyfrc/physics/units.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
information on how to use pint.
2727
"""
2828

29-
3029
import pint
3130

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

0 commit comments

Comments
 (0)