Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Checking if missing comma is the reason psf/black check failed.
  • Loading branch information
jamesra authored Feb 8, 2024
1 parent fd2e049 commit 585b00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/robotpy-wpimath/wpimath/controller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ProfiledPIDControllerRadians,
RamseteController,
SimpleMotorFeedforwardMeters,
SimpleMotorFeedforwardRadians
SimpleMotorFeedforwardRadians,
)

__all__ = [
Expand Down Expand Up @@ -58,5 +58,5 @@
"ProfiledPIDControllerRadians",
"RamseteController",
"SimpleMotorFeedforwardMeters",
"SimpleMotorFeedforwardRadians"
"SimpleMotorFeedforwardRadians",
]

0 comments on commit 585b00e

Please sign in to comment.