Add empty test file for our statistics module

This commit is contained in:
Ian Cordasco 2016-07-11 20:24:38 -05:00
parent 6cfb292b1b
commit 1a722bbe7b
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -0,0 +1,5 @@
from flake8 import statistics as stats
def test_nothing():
pass