Skip to content

Commit

Permalink
Add a functional test for issue pylint-dev#4711
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Sep 13, 2021
1 parent 5ffa62f commit 1dd231b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/functional/i/invalid/invalid_all_format_valid_5.py
@@ -0,0 +1,7 @@
"""Test valid __all__ format."""

# pylint: disable=import-error, unused-import

from foo import bar

__all__ = list(globals().keys())

0 comments on commit 1dd231b

Please sign in to comment.