Skip to content

Commit

Permalink
Fix no-self-use (R0201) for reporter_list
Browse files Browse the repository at this point in the history
  • Loading branch information
ezh committed Feb 11, 2020
1 parent 4609a19 commit 38fd6eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudselect/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def profile_process(self):
selected = [pathfinder.run(i, instances) for i in selected]
return report.run(selected)

def reporter_list(self):
@staticmethod
def reporter_list():
"""List available reporters."""
empty = True
print("CloudSelect reporters:")
Expand Down

0 comments on commit 38fd6eb

Please sign in to comment.