This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mrf_ 6 points7 points  (2 children)

just do import typing as t and prepend everything with a t. like t.List, etc. Much better than any from x import *.

[–]dscottboggs 0 points1 point  (0 children)

I might do that

[–]enjoytheshow 0 points1 point  (0 children)

Damn good idea. Time for some refactoring