I'm getting an error "import robot" in VSCode

I’m getting this error while using VSCode, my tests are working fine, do you guys have any idea how to fix this? Thank you.

image (1)

Did you find a solution for this? I’m having the same issue.

I tried to reinstall selenium but different version
selenium==4.2.0

Did you find a solution for this? I’m having the same issue.
@nyxalexa is issue resolved by updating selenium version .

The way i managed to fix this issue was ctrl+sift+p and run this
.net restart language server
image