We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ee86a commit 442db3aCopy full SHA for 442db3a
instrumentation/opentelemetry-instrumentation-confluent-kafka/README.rst
@@ -1,5 +1,5 @@
1
OpenTelemetry confluent-kafka Instrumentation
2
-===========================
+=============================================
3
4
|pypi|
5
instrumentation/opentelemetry-instrumentation-confluent-kafka/tests/test_instrumentation.py
@@ -11,6 +11,9 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+
15
+# pylint: disable=no-name-in-module
16
17
from unittest import TestCase
18
19
from confluent_kafka import Consumer, Producer
0 commit comments