mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 03:26:52 +00:00
Add empty test file for our statistics module
This commit is contained in:
parent
6cfb292b1b
commit
1a722bbe7b
1 changed files with 5 additions and 0 deletions
5
tests/unit/test_statistics.py
Normal file
5
tests/unit/test_statistics.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from flake8 import statistics as stats
|
||||
|
||||
|
||||
def test_nothing():
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue