Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Remove BC symbols from iota/transaction/__init__.py #185

Open
@todofixthis

Description

@todofixthis

Remove the following symbols from iota/transaction/__init__.py:

# Import symbols to package namespace, for backwards-compatibility with
# PyOTA 1.1.x.
from .base import *
from .creation import *
from .types import *
from .utils import *
from .validator import *

As the comment indicates, these symbols are included for compatibility with the 1.1.x branch, which was discontinued nearly a year ago.

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