Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Nov 22, 2023
1 parent e0a7aca commit 4840bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/rocket/aero_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ def update_state(self, time, cd):

# Update previous state
self.previous_state = [time, self.deployed_level, cd]

def finalize_state(self):
"""Updates the state list history of the air brakes.
Expand Down

0 comments on commit 4840bf3

Please sign in to comment.