Skip to content

Commit

Permalink
MAINT: Improve typing for rectangle assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Jul 26, 2024
1 parent a74c9bf commit e511f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darsia/assistants/rectangle_selection_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RectangleSelectionAssistant(darsia.BaseAssistant):
"""

def __init__(self, img: darsia.Image, **kwargs) -> None:
def __init__(self, img: Optional[darsia.Image], **kwargs) -> None:
"""Initialize the assistant.
Args:
Expand Down

0 comments on commit e511f5e

Please sign in to comment.