Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotheeswaran-Nandagopal committed Sep 6, 2024
1 parent 05946e6 commit 518236e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def test___measurement_plugin_client___stream_measure___returns_output(

def test___measurement_plugin_client___invoke_measure_from_two_threads___initiates_first_measure_and_rejects_second_measure(
measurement_plugin_client_module: ModuleType,
capsys: pytest.CaptureFixture[str],
) -> None:
test_measurement_client_type = getattr(measurement_plugin_client_module, "TestMeasurement")
measurement_plugin_client = test_measurement_client_type()
Expand Down

0 comments on commit 518236e

Please sign in to comment.