diff options
Diffstat (limited to 'python/gevent/_tblib.py')
-rw-r--r-- | python/gevent/_tblib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gevent/_tblib.py b/python/gevent/_tblib.py index 91edb01..1336401 100644 --- a/python/gevent/_tblib.py +++ b/python/gevent/_tblib.py @@ -30,6 +30,7 @@ Taken verbatim from Jinja2. https://github.com/mitsuhiko/jinja2/blob/master/jinja2/debug.py#L267 """ +# pylint:disable=consider-using-dict-comprehension #import platform # XXX: gevent cannot import platform at the top level; interferes with monkey patching import sys |