This notebook is to create pep8 compliance for functions in nflPPtools.py
In [1]:
import time
import pep8
In [2]:
time.strftime("last updated %a, %d %b %Y %H:%M", time.localtime())
Out[2]:
In [3]:
!pep8 --first tools.py
#!pep8 --show-source --show-pep8 tools.py