Describe the bug
In chasing down some bugs in the python api, I decided to run Pylint against it to see if there was anything that would explain my issue. And even filtering out a bunch of the stylistic and non-issues, I came back with a large report.
To Reproduce
(Using latest Notebook Docker image)
pylint --disable=I,R,C,W,E0401,F,E0611 arcgis
report.txt
For example, that finds:

Expected behavior
Snag some of the legitimate issues that Pylint highlights
Platform (please complete the following information):
- ArcGIS Python 2.0.1 in esridocker/arcgis-api-python-notebook:latest