You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run orderPythonImports on it, it changes to this:
importioimportosimportreimportsysimportjsonimportsignalimportasyncioimporttokenizeimporttracebackfromtypingimport ( # See, there's a bit of a problem herefromenumimportEnumfrompathlibimportPathfromdatetimeimportdatetimefromcontextlibimportcontextmanagerfromjson.decoderimportJSONDecodeErrorfrommultiprocessingimportManager, freeze_supportfrompathspec.patterns.gitwildmatchimportGitWildMatchPatternErrorfromconcurrent.futuresimportExecutor, ThreadPoolExecutor, ProcessPoolExecutorAny,
Dict,
Generator,
Iterator,
List,
MutableMapping,
Optional,
Pattern,
Sequence,
Set,
Sized,
Tuple,
Union,
)
The from import tuple was totally slaughtered. Please fix this!
The text was updated successfully, but these errors were encountered:
Let's say I have this file:
If I run
orderPythonImports
on it, it changes to this:The
from import
tuple was totally slaughtered. Please fix this!The text was updated successfully, but these errors were encountered: