Simplify code

This commit is contained in:
Juda Kaleta 2014-02-24 22:08:49 +01:00
parent 0af959ea02
commit e574f4cf2d

View file

@ -109,9 +109,6 @@ class SoundCloudBackendTestCase(BackendTestMixin, TestCase):
class FooBackend(SoundCloudBackend):
url = 'foobar'
def init(self, *args, **kwargs):
return
def get_info(self):
return {
'width': 123,