diff options
author | Georg Brandl <georg@python.org> | 2008-03-16 13:12:48 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-16 13:12:48 +0000 |
commit | 2f37a149399dfa4bdf58b2a0dd574cc58e06f021 (patch) | |
tree | ccd50ad84b7978d246d657513910e4c32c21c0d6 /sphinx/ext/coverage.py | |
parent | 8affe8753195b27f2fb2772094458137f2d7992a (diff) | |
download | sphinx-git-2f37a149399dfa4bdf58b2a0dd574cc58e06f021.tar.gz |
Some pylint fixes.
Diffstat (limited to 'sphinx/ext/coverage.py')
-rw-r--r-- | sphinx/ext/coverage.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index e3ebf1db2..d7a55cbc6 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -10,7 +10,6 @@ :license: BSD. """ -import os import re import glob import inspect |