gpg: fix pep8/pylint warning

This commit is contained in:
Roman Zeyde
2016-05-22 08:01:10 +03:00
parent 0b0f60dd89
commit 4c07b360cd
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
import logging
import time
from . import decode, keyring, proto
from . import keyring, proto
from .. import client, factory, formats, util
log = logging.getLogger(__name__)