Skip to content

Commit 442db3a

Browse files
fix lint
1 parent a9ee86a commit 442db3a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

instrumentation/opentelemetry-instrumentation-confluent-kafka/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OpenTelemetry confluent-kafka Instrumentation
2-
===========================
2+
=============================================
33

44
|pypi|
55

instrumentation/opentelemetry-instrumentation-confluent-kafka/tests/test_instrumentation.py

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
15+
# pylint: disable=no-name-in-module
16+
1417
from unittest import TestCase
1518

1619
from confluent_kafka import Consumer, Producer

0 commit comments

Comments
 (0)