Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Oct 3, 2024
1 parent a0e485e commit 33d8ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/custom_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def __init__(self, name):

def end_timestep(self):
self.custom_attr += 1
super().end_timestep()
super().end_timestep()

0 comments on commit 33d8ac2

Please sign in to comment.