summaryrefslogtreecommitdiffstats
path: root/base/common/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python')
-rw-r--r--base/common/python/pki/key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/pki/key.py b/base/common/python/pki/key.py
index 83883dd31..1204be54a 100644
--- a/base/common/python/pki/key.py
+++ b/base/common/python/pki/key.py
@@ -30,7 +30,7 @@ import base64
import json
from six import iteritems
-from six.moves.urllib.parse import quote # pylint: disable=F0401
+from six.moves.urllib.parse import quote # pylint: disable=F0401,E0611
import pki
import pki.encoder as encoder