Skip to content

Commit e15207f

Browse files
authored
Fix style check
1 parent f99c628 commit e15207f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx_automodapi/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from sphinx.ext.autosummary.generate import find_autosummary_in_docstring
1010

1111
__all__ = ['cleanup_whitespace',
12-
'find_mod_objs', 'find_autosummary_in_lines_for_automodsumm',
13-
]
12+
'find_mod_objs',
13+
'find_autosummary_in_lines_for_automodsumm']
1414

1515
SPHINX_LT_8_3 = Version(sphinx.__version__) < Version("8.3.dev")
1616

0 commit comments

Comments
 (0)