Skip to content

Commit

Permalink
add pylint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Oct 10, 2024
1 parent 378604a commit 845183c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
(PYTEST_KAFKA_AVAIL, PYTEST_KAFKA_ERROR) = _init_pytest_kafka()
if PYTEST_KAFKA_AVAIL:
# Pull out the fixtures into this namespace
# pylint: disable=ungrouped-imports
from _utils.kafka import _kafka_consumer # noqa: F401 pylint:disable=unused-import
from _utils.kafka import kafka_server # noqa: F401 pylint:disable=unused-import
from _utils.kafka import zookeeper_proc # noqa: F401 pylint:disable=unused-import
Expand Down

0 comments on commit 845183c

Please sign in to comment.