Skip to content

Typo? #59

@ivhacks

Description

@ivhacks

Line 362 of tags.py is

comment = abstractproperty(fget=lambda self: Non, fset=lambda self, value: None)

Judging by the surrounding lines and python syntax, shouldn't that be

comment = abstractproperty(fget=lambda self: None, fset=lambda self, value: None)

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions