Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2024
1 parent 29679eb commit 7b25edb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ def test_pydoc():


def test_module_handle_type_name():
assert doc(m.def_submodule) == "def_submodule(arg0: module, arg1: str) -> types.ModuleType"
assert (
doc(m.def_submodule)
== "def_submodule(arg0: module, arg1: str) -> types.ModuleType"
)


def test_duplicate_registration():
Expand Down

0 comments on commit 7b25edb

Please sign in to comment.