-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX]: removing unneeded NFT code (#77)
* [FIX]: removing unneeded NFT code * [FIX]: updating changelog
- Loading branch information
1 parent
93fa426
commit 5a8b424
Showing
5 changed files
with
8 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from magic_admin.resources.nft import NFT | ||
from magic_admin.resources.token import Token | ||
from magic_admin.resources.user import User | ||
from magic_admin.resources.wallet import WalletType |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = '0.3.2' | ||
VERSION = '0.3.3' |
This file was deleted.
Oops, something went wrong.