Skip to content

Wrong indentation on initilizer statement. #179

@urkle

Description

@urkle

Line 41 here should be out-dented as it only needs to be run once, not once per inbound kwargs.

for k, v in kwargs.items():
setattr(self, k, v)
self.database = None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions