Skip to content

Commit

Permalink
Fixed missing () error in DiskRevolver __init__ method
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Amorim committed Jun 17, 2021
1 parent cf7d25e commit 98ab310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrevolve/pyrevolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def __init__(
filedir="./",
singlefile=True,
):
super.__init__(
super().__init__(
checkpoint,
fwd_operator,
rev_operator,
Expand Down

0 comments on commit 98ab310

Please sign in to comment.