Skip to content

Commit

Permalink
Fix cov dip
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Apr 23, 2024
1 parent 3cac4a1 commit 8ac34dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changedet/algos/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Refer https://github.com/python/typing/issues/60
if TYPE_CHECKING:
_Base = UserDict[str, type[MetaAlgo]]
_Base = UserDict[str, type[MetaAlgo]] # pragma: no cover
else:
_Base = UserDict

Expand Down

0 comments on commit 8ac34dc

Please sign in to comment.