Closed tekktrik closed 2 years ago
As is, some imports were happen before the typing import guard in the try/except block kicked in. This moves imports so they won't actually import.
typing
try
except
As is, some imports were happen before the
typing
import guard in thetry
/except
block kicked in. This moves imports so they won't actually import.