Skip to content

Commit

Permalink
Make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sosnowsky committed May 1, 2024
1 parent fe3e539 commit 01afb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobmodel/blobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
prop_shape_parameters: Union[dict, None] = None,
perp_shape_parameters: Union[dict, None] = None,
blob_alignment: bool = True,
theta: float = None,
theta: Union[float, None] = None,
) -> None:
"""
Initialize a single blob.
Expand Down

0 comments on commit 01afb89

Please sign in to comment.