Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
301 stars 127 forks source link

Unused import in generate.py #39

Closed RedHeadphone closed 2 years ago

RedHeadphone commented 2 years ago

There is unused import in line 2 in generate.py. I am not sure what that module does but it I was having issue importing IPython then I noticed that imported display was not getting used anywhere in generate.py.

RedHeadphone commented 2 years ago

If issue is valid I would like to make PR removing that import

Jon-Becker commented 2 years ago

Go for it :)

Good catch!