diff --git a/bindings/python/lilv.py b/bindings/python/lilv.py index c548e98..4eee419 100644 --- a/bindings/python/lilv.py +++ b/bindings/python/lilv.py @@ -929,7 +929,6 @@ class Plugins(Collection): def __init__(self, world, collection): assert type(collection) == POINTER(Plugins) - assert collection def constructor(world, plugin): return Plugin.wrap(world, plugin) @@ -975,7 +974,6 @@ class PluginClasses(Collection): def __init__(self, world, collection, owning=False): assert type(collection) == POINTER(PluginClasses) - assert collection self.owning = owning super(PluginClasses, self).__init__( @@ -1027,7 +1025,6 @@ class UIs(Collection): def __init__(self, world, collection): assert type(collection) == POINTER(UIs) - assert collection super(UIs, self).__init__( world, collection,