Skip to content

Commit

Permalink
[REF] misc: Remove deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Dec 17, 2016
1 parent 89c790a commit fd52d66
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pylint_odoo/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ def get_plugin_msgs(pylint_run_res):
return all_plugin_msgs


def get_sum_fails(pylint_stats):
"""Get a sum of all fails.
:param pylint_stats: Object returned by pylint.run method.
:return: Integer with sum of all errors found.
"""
return sum([
pylint_stats['by_msg'][msg]
for msg in pylint_stats['by_msg']])


def join_node_args_kwargs(node):
"""Method to join args and keywords
:param node: node to get args and keywords
Expand Down

0 comments on commit fd52d66

Please sign in to comment.