From 726e56d1c28d6f6cbb309d21b924c5339d1baac3 Mon Sep 17 00:00:00 2001 From: Masanori HIRANO Date: Mon, 17 Apr 2023 00:29:43 +0900 Subject: [PATCH] fix black issue --- pams/events/fundamental_price_shock.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pams/events/fundamental_price_shock.py b/pams/events/fundamental_price_shock.py index 4d12e9f5..8ebd47d1 100644 --- a/pams/events/fundamental_price_shock.py +++ b/pams/events/fundamental_price_shock.py @@ -2,8 +2,6 @@ from typing import Any from typing import Dict from typing import List -from typing import Optional -from typing import Type from .base import EventABC from .base import EventHook