Skip to content

Commit

Permalink
Add another IDE suppression about class methods. --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
teward committed Dec 28, 2016
1 parent bd89f16 commit 064bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitmanager.py
Expand Up @@ -6,7 +6,7 @@
import json


# noinspection PyRedundantParentheses,PyClassHasNoInit
# noinspection PyRedundantParentheses,PyClassHasNoInit,PyMethodParameters
class GitManager:
@classmethod
def add_to_blacklist(self, **kwargs):
Expand Down

0 comments on commit 064bd8a

Please sign in to comment.