mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
fix import
This commit is contained in:
parent
2487ca7525
commit
07a4fe2fe2
@ -2,13 +2,13 @@ import sys
|
||||
|
||||
|
||||
if sys.version_info.major == 2:
|
||||
from .compat_py2 import (
|
||||
from .six_py2 import (
|
||||
urlparse,
|
||||
urlunparse,
|
||||
Generator,
|
||||
)
|
||||
else:
|
||||
from .compat_py3 import ( # noqa: #401
|
||||
from .six_py3 import ( # noqa: #401
|
||||
urlparse,
|
||||
urlunparse,
|
||||
Generator,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user