Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kredcool committed Mar 12, 2024
1 parent d586a31 commit 9a3311c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rio/commands/setIntakeSpeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def execute(self):

def isFinished(self):
return True

def end(self, interrupted: bool):
logging.debug(f"Intake suck done")
return True
1 change: 0 additions & 1 deletion rio/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ class AutoConstants:


class SuperStrucConstants:

# angles for shooter
ShootPos = 324
LoadPos = 208
Expand Down

0 comments on commit 9a3311c

Please sign in to comment.