How to suppress a certain warning in Spyder editor?

前端 未结 2 1086
慢半拍i
慢半拍i 2021-01-24 07:59

The editor in Spyder always gives me warnings for unused imports/variables immediately after I type the line. I want to suppress such warnings. How do I do that? And I want thi

2条回答
  •  天涯浪人
    2021-01-24 09:05

    locate preferences -> Editor -> Code Introspection/Analysis -> Deactivate/Uncheck the Real time code analysis Warning: It will also stop showing errors in the editor

提交回复
热议问题