mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 06:41:00 +00:00
remove unused imports reported by pyflakes
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3629 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0f04476b7f
commit
7a4c7e9f44
1 changed files with 0 additions and 4 deletions
|
|
@ -16,11 +16,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
"""Cleanup task."""
|
||||
import time
|
||||
import linkcheck.i18n
|
||||
import linkcheck.strformat
|
||||
import linkcheck.configuration
|
||||
import task
|
||||
from console import stderr
|
||||
|
||||
|
||||
class Cleanup (task.CheckedTask):
|
||||
|
|
|
|||
Loading…
Reference in a new issue