Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
masanorihirano committed Oct 25, 2024
1 parent 0068e02 commit 4a30a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/pams/runners/test_sequential.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
from pams.logs import SessionEndLog
from pams.logs import SimulationBeginLog
from pams.logs import SimulationEndLog
from pams.runners import Runner
from pams.runners import SequentialRunner
from tests.pams.runners.test_base import TestRunner


class TestSequentialRunner(TestRunner):
runner_class: Type[Runner] = SequentialRunner
runner_class: Type[SequentialRunner] = SequentialRunner
default_setting: Dict = {
"simulation": {
"markets": ["Market"],
Expand Down

0 comments on commit 4a30a5b

Please sign in to comment.