Skip to content

Commit

Permalink
revert pylintrc change
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 committed Jun 2, 2021
1 parent 251106a commit 7948f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Expand Up @@ -257,7 +257,7 @@ contextmanager-decorators=contextlib.contextmanager
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted.
generated-members=ComputedStructureEntry._composition
generated-members=

# Tells whether missing members accessed in mixin class should be ignored. A
# mixin class is detected if its name ends with "mixin" (case insensitive).
Expand Down

0 comments on commit 7948f74

Please sign in to comment.