It\'s rather annoying and I can\'t seem to figure out why.
you can disable warnings in anaconda.sublime-settings via the file menu:
Sublime > Preferences > Package Settings > Anaconda > Settings – User:
In opened file type following code and press Ctrl + S
to save file
{"pep8": false}
you can also type this:
{"anaconda_linting": false}
but it disables both warnings and errors, which is not good