Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Oct 22, 2024
1 parent f3c6a73 commit 901bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def obj():

else:

class obj:
class obj: # type: ignore[no-redef]
pass

obj.__doc__ = docstring
Expand Down

0 comments on commit 901bcda

Please sign in to comment.