Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(3) blessed integration: __all__ as list #88

Closed

Conversation

jquast
Copy link
Collaborator

@jquast jquast commented Feb 28, 2015

__all__ was formerly a tuple to remove the warning from pep257 tool, PyCQA/pydocstyle#62

Closes issue #83

Please note that the TeamCity builds fail until acceptance of PR #91.

__all__ was formally a tuple to remove the warning from pep257 tool,
PyCQA/pydocstyle#62
@jquast jquast changed the title blessed integration: __all__ as list (3) blessed integration: __all__ as list Mar 3, 2015
@@ -13,4 +13,4 @@

from .terminal import Terminal

__all__ = ('Terminal',)
__all__ = ['Terminal',]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the trailing commas in list literals.

erikrose added a commit that referenced this pull request Mar 5, 2015
@erikrose erikrose closed this Mar 5, 2015
@jquast jquast deleted the blessed-integration-__all__-as-list branch March 8, 2015 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants