bluestatedigital / bsd-api-python

Python library for Blue State Digital's API
Apache License 2.0
12 stars 14 forks source link

Change field initialization #21

Closed tomkel5 closed 6 years ago

tomkel5 commented 6 years ago

The locals() initialization is not preferable, since locals() includes self. Enumerating the variables also helps with IDE code analysis and navigation.