Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Dec 20, 2024
1 parent 82f2dd0 commit f6a7f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/factory/no_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def build_pending_deposit_vals(cls, **kwargs: Any):
exit_epoch=str(FAR_FUTURE_EPOCH),
effective_balance=str(0),
),
**kwargs
**kwargs,
)


Expand Down Expand Up @@ -85,7 +85,7 @@ def build_pending_deposit_vals(cls, **kwargs: Any):
exit_epoch=str(FAR_FUTURE_EPOCH),
effective_balance=str(0),
),
**kwargs
**kwargs,
)

@classmethod
Expand Down

0 comments on commit f6a7f9b

Please sign in to comment.