Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
user090909 authored Jun 14, 2021
1 parent c57b870 commit da73e27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from tonos_ts4 import ts4
import unittest
import gzip
from PIL import Image
import binascii
eq = ts4.eq

Expand Down Expand Up @@ -30,4 +29,4 @@ def test(self):
ts4.dispatch_messages()
print(NFTtoken.call_getter("getInfoToken",dict(tokenId=1)))
if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit da73e27

Please sign in to comment.