See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| import requests | |
| from bs4 import BeautifulSoup | |
| import time | |
| # We've now imported the two packages that will do the heavy lifting | |
| # for us, reqeusts and BeautifulSoup | |
| # This is the URL that lists the current inmates | |
| # Should this URL go away, and archive is available at | |
| # http://perma.cc/2HZR-N38X |