Skip to content

Commit

Permalink
fix linting in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grantleehoffman committed Oct 31, 2023
1 parent c0a7a9d commit 8cc645d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/pipeline/extractors/streams/test_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

@pytest.fixture
def connector():
return KafkaStreamConnector("localhost:9092", "test-topic", max_records=1, poll_timeout_ms=10000)
return KafkaStreamConnector(
"localhost:9092", "test-topic", max_records=1, poll_timeout_ms=10000
)


@pytest.mark.asyncio
Expand Down

0 comments on commit 8cc645d

Please sign in to comment.