-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
LinterAny linter tool or setting file enhancementsAny linter tool or setting file enhancementsPython LangChanges to Python source codeChanges to Python source codePython RepoAnything Project RelatedAnything Project RelateddocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
when importing a module level variable there is no need to re-docstring it.
Need to remove pointless 'unassigned string' here
python-repo/pythonrepo/pythonrepo.py
Lines 38 to 39 in 470ee5f
from . import __version__ | |
"""The version of this program.""" |
because variable has docstring here:
python-repo/pythonrepo/__init__.py
Line 26 in 470ee5f
"""This is version 1.1.4 of pythonrepo Template""" |
Metadata
Metadata
Assignees
Labels
LinterAny linter tool or setting file enhancementsAny linter tool or setting file enhancementsPython LangChanges to Python source codeChanges to Python source codePython RepoAnything Project RelatedAnything Project RelateddocumentationImprovements or additions to documentationImprovements or additions to documentation