Skip to content

Commit

Permalink
coatils.py: Remove Coatils.all_langs() from coatils.py
Browse files Browse the repository at this point in the history
Removed the code from the file as invoking it doesn't have any side
effects.

Fixes :- #531
  • Loading branch information
Man-Jain committed Jul 18, 2018
1 parent 76cc206 commit 7a61478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/coatils.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def ls(self, msg, match):
Example: `ls bears python python3`
"""
langs = list(map(lambda x: x.lower(), match.group(1).split()))
Coatils.all_langs()

bears = client.list.bears.get().json()
bears = [{**{'name': bear}, **content}
Expand Down

0 comments on commit 7a61478

Please sign in to comment.