Skip to content

Syntax error in decoder.py #12

@timokoesters

Description

@timokoesters

I can't use this library because of the following error:
In line 230 of decoder.py is a syntax error:
result: int = 0

It should be:
result = 0

I am using Python 3.5.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions