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
Description
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.