from typing import Self
ImportError of this code is: cannot import name 'Self' from 'typing'.
I had download a typing package in my pycharm, but didn't succeed. What should I do?
from typing import Self
ImportError of this code is: cannot import name 'Self' from 'typing'.
I had download a typing package in my pycharm, but didn't succeed. What should I do?