See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| # Ian Annase | |
| # 1/13/18 | |
| import os | |
| import sys | |
| import json | |
| import spotipy | |
| import webbrowser | |
| import spotipy.util as util | |
| from json.decoder import JSONDecodeError |