From 7a61478efb537f1b7fa9d77a71aef1fe820b333f Mon Sep 17 00:00:00 2001 From: Manank Patni Date: Wed, 18 Jul 2018 21:16:27 +0530 Subject: [PATCH] coatils.py: Remove Coatils.all_langs() from coatils.py Removed the code from the file as invoking it doesn't have any side effects. Fixes :- https://github.com/coala/corobo/issues/531 --- plugins/coatils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/coatils.py b/plugins/coatils.py index 77c51210..1d52e906 100644 --- a/plugins/coatils.py +++ b/plugins/coatils.py @@ -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}