Skip to content

Commit

Permalink
Fixed type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC authored Dec 30, 2024
1 parent edd479c commit 8b2372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_pydoc():
def test_module_handle_type_name():
assert (
m.def_submodule.__doc__
== "def_submodule(arg0: module, arg1: str) -> types.ModuleType\n"
== "def_submodule(arg0: types.ModuleType, arg1: str) -> types.ModuleType\n"
)


Expand Down

0 comments on commit 8b2372e

Please sign in to comment.