Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 4, 2024
1 parent 753a83c commit 8c42d40
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 8c42d40

Please sign in to comment.