Skip to content

AbstractOverlay.__init__ is redundant #737

@corranwebster

Description

@corranwebster

def __init__(self, component=None, *args, **kw):
if component is not None:
self.component = component
super(AbstractOverlay, self).__init__(*args, **kw)

There seems to be no need for special-handling of the component trait - it can just be added to the keywords and passed through.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions