From 3e1a181d3a632a1943647a8ce242b8e7a6838e41 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 14 Mar 2013 18:43:44 -0700 Subject: [PATCH] fix extra super call in fuzzy This was dumb of me. --- beetsplug/fuzzy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/fuzzy.py b/beetsplug/fuzzy.py index 14ae54ffc..b6ad90d87 100644 --- a/beetsplug/fuzzy.py +++ b/beetsplug/fuzzy.py @@ -39,7 +39,6 @@ class FuzzyPlugin(BeetsPlugin): 'prefix': '~', 'threshold': 0.7, }) - super(FuzzyPlugin, self).__init__(self) def queries(self): prefix = beets.config['fuzzy']['prefix'].get(basestring)