Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceb595c

Browse files
committed
Fixed PEP8 coding style violations
`pep8 tests.py --ignore=E501` tells us everything is ok. As part of http://24pullrequests.com, and to test if I can actually submit a PR for matplotlib.
1 parent 923f25c commit ceb595c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from nose.plugins import multiprocess
3636
multiprocess._instantiate_plugins = plugins
3737

38+
3839
def run():
3940
try:
4041
import faulthandler

0 commit comments

Comments
 (0)