Skip to content

Commit

Permalink
Fix missing Any import
Browse files Browse the repository at this point in the history
  • Loading branch information
kalfa authored Sep 26, 2024
1 parent e453bb8 commit 5bc54f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hamcrest/core/core/isinstanceof.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Type
from typing import Type, Any

from hamcrest.core.base_matcher import BaseMatcher
from hamcrest.core.description import Description
Expand Down

0 comments on commit 5bc54f9

Please sign in to comment.