Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 207a1d6

Browse files
committed
Remove unused variable
1 parent 8ffd0c8 commit 207a1d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sphinx_automodapi/automodapi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class are included in the generated documentation. Defaults to ``False``.
106106
from .utils import find_mod_objs
107107

108108
SPHINX_LT_16 = LooseVersion(__version__) < LooseVersion('1.6')
109-
SPHINX_LT_17 = LooseVersion(__version__) < LooseVersion('1.7')
110109

111110
if sys.version_info[0] == 3:
112111
text_type = str

0 commit comments

Comments
 (0)