We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3d54c commit 4a3f951Copy full SHA for 4a3f951
docs/examples/opentracing/rediscache.py
@@ -7,11 +7,8 @@
7
import pickle
8
from functools import wraps
9
10
-# FIXME The pylint disablings are needed here because the code of this
11
-# example is being executed against the tox.ini of the main
12
-# opentelemetry-python project. Find a way to separate the two.
13
-import redis # pylint: disable=import-error
14
-import redis_opentracing # pylint: disable=import-error
+import redis
+import redis_opentracing
15
16
17
class RedisCache:
0 commit comments