Skip to content

Commit 59b54b6

Browse files
committed
minor changes
1 parent 111cf7b commit 59b54b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/runtime/test_simulation_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
from __future__ import annotations
1010

1111
from typing import TYPE_CHECKING
12-
from unittest.mock import patch
1312

1413
import pytest
1514
import simpy
1615
import yaml
1716

18-
from asyncflow.metrics.analyzer import ResultsAnalyzer
1917
from asyncflow.runtime.simulation_runner import SimulationRunner
2018

2119
if TYPE_CHECKING:

0 commit comments

Comments
 (0)