pyflakes fix

This commit is contained in:
Martin A. Brown 2016-02-26 12:06:27 -08:00
parent 3a0bb65961
commit 89d8f14231
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from __future__ import absolute_import, division, print_function
import logging
from tldp.doctypes.common import BaseDoctype, SignatureChecker
from tldp.doctypes.common import BaseDoctype
logger = logging.getLogger(__name__)