From 552d814f2f84bd53ea4bdadedc696e74f4970bf2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 23 Jan 2014 10:20:38 +0100 Subject: [PATCH] Remove useless class. --- plugins/Aka/plugin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/Aka/plugin.py b/plugins/Aka/plugin.py index 464b52dd8..cc28ed190 100644 --- a/plugins/Aka/plugin.py +++ b/plugins/Aka/plugin.py @@ -72,9 +72,6 @@ class Alias(object): def __repr__(self): return "" % (self.name, self.alias) if sqlite3: - class SQLiteAlias(Alias): - __slots__ = () - pass class SQLiteAkaDB(object): __slots__ = ('engines', 'filename', 'dbs',) def __init__(self, filename):