Skip to content

Commit

Permalink
arghhh
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 3, 2024
1 parent 7849eb1 commit d1ac60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sikuli/script/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,5 +510,5 @@ class Type(Enum):

type = Type.APPEAR
pattern: t.Optional[t.Any] = None
match: t.Optional[Match] = None
changes: t.Optional[t.List[Match]] = None
match: t.Optional["Match"] = None
changes: t.Optional[t.List["Match"]] = None

0 comments on commit d1ac60a

Please sign in to comment.