Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: unnecessary tuple call
Browse files Browse the repository at this point in the history
  • Loading branch information
esavary committed Mar 22, 2024
1 parent 08f4c3d commit 139fda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eddymotion/model/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class BaseModel:
"_models",
"_datashape",
)
_modelargs = tuple()
_modelargs = ()

def __init__(self, gtab, S0=None, mask=None, b_max=None, **kwargs):
"""Base initialization."""
Expand Down

0 comments on commit 139fda2

Please sign in to comment.