isort icon indicating copy to clipboard operation
isort copied to clipboard

ERROR: Unrecoverable exception thrown when parsing *.py This should NEVER happen.

Open mganglb opened this issue 2 years ago • 0 comments

Hello together,

as the error message told me, I will share the reason for the "Unrecoverable exception thrown when parsing *.py"

from pathlib import Path
from typing import Optional, Union
import numpy as np

from os.path.import Path

As you can see, i have a typo in from os.path.import Path what is the cause of the Error.

best regards Markus

mganglb avatar Mar 13 '23 14:03 mganglb