JustinaPetr / Weatherbot_Tutorial

275 stars 446 forks source link

Update actions.py #1

Open bryankimani opened 6 years ago

bryankimani commented 6 years ago

Have the imports from __future__ in one line. This saves the number of lines to be written Reduce Unnecessary line space between imports. see https://www.python.org/dev/peps/pep-0008/ for more info

Great Job though