diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-30 07:33:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-30 07:33:38 -0400 |
commit | 33022cba9ed2d8efe8245e4a7d9aba66075d6811 (patch) | |
tree | 5e494b2122eb3d1c52b5b9d2bf9db05283692156 /test/test_config.py | |
parent | 30f035760bd34dc45c0303affa55820540c40c5a (diff) | |
download | python-coveragepy-33022cba9ed2d8efe8245e4a7d9aba66075d6811.tar.gz |
One more way to be picky: no final blank lines.
Diffstat (limited to 'test/test_config.py')
-rw-r--r-- | test/test_config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_config.py b/test/test_config.py index bf42bf7..4fc658f 100644 --- a/test/test_config.py +++ b/test/test_config.py @@ -184,4 +184,3 @@ class ConfigFileTest(CoverageTest): 'source': ['.', '/home/ned/src/'], 'other': ['other', '/home/ned/other', 'c:\\Ned\\etc'] }) - |