From f1734f58b1a0f26742f06d135fc20f5d8016bd68 Mon Sep 17 00:00:00 2001 From: Masanori HIRANO Date: Wed, 23 Oct 2024 16:16:46 -0400 Subject: [PATCH] fix format --- tests/pams/runners/delay_agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pams/runners/delay_agent.py b/tests/pams/runners/delay_agent.py index d9821ce..ef34a86 100644 --- a/tests/pams/runners/delay_agent.py +++ b/tests/pams/runners/delay_agent.py @@ -1,5 +1,6 @@ import time -from typing import List, Union +from typing import List +from typing import Union from pams.agents.fcn_agent import FCNAgent from pams.market import Market