Skip to content

Commit

Permalink
Suppress false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Sep 23, 2015
1 parent bb3f8d4 commit ddb29c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopep8.py
Expand Up @@ -2996,6 +2996,7 @@ def global_fixes():


def _get_parameters(function):
# pylint: disable=deprecated-method
if sys.version_info >= (3, 3):
# We need to match "getargspec()", which includes "self" as the first
# value for methods.
Expand Down

0 comments on commit ddb29c4

Please sign in to comment.