Closed UP929312 closed 3 years ago
@rsalmei
extensively used
In python 2.x yes, so I'm assuming it'll work fine once version 2.0 is released ?? (doesn't support python 2.x) Correct me if im wrong.
Hey @TheTechRobo, Yes, in python 2 they are needed, in python 3 they are ignored, so no harm done. After 2.0 release they won't even exist, since I already removed them in the new code.
Should this PR be closed?
Yes! 👍
Hey @UP929312, thank you. But yeah, those are actually needed, and no IDE should report them as unused, did yours warned you? Take for example the
print_function
future, it is extensively used, why did you think it was not used?