Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 731dbed

Browse files
committed
Fix mirrored module import
1 parent 33db709 commit 731dbed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nftlabs/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
import sys
22

3-
# make sure bar is in sys.modules
4-
import thirdweb
5-
# link this module to bar
6-
sys.modules[__name__] = sys.modules['thirdweb']
7-
8-
# Or simply
93
sys.modules[__name__] = __import__('thirdweb')

0 commit comments

Comments
 (0)