Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 5, 2023
1 parent 865b0e3 commit 7682ae4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_kafka_source_stage_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# limitations under the License.

import os
import time
import typing

import pandas as pd
Expand All @@ -38,9 +37,6 @@
if (typing.TYPE_CHECKING):
from kafka import KafkaConsumer

if (typing.TYPE_CHECKING):
from kafka import KafkaConsumer


@pytest.mark.kafka
def test_kafka_source_stage_pipe(config, kafka_bootstrap_servers: str, kafka_topics: typing.Tuple[str, str]) -> None:
Expand Down

0 comments on commit 7682ae4

Please sign in to comment.