From e43ee604f5eeadd1698f6a87713f61fbe84e799d Mon Sep 17 00:00:00 2001 From: grayson-helmholz Date: Thu, 10 Oct 2024 16:59:32 +0200 Subject: [PATCH] tried fixing typing again --- src/qrules/conservation_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qrules/conservation_rules.py b/src/qrules/conservation_rules.py index 2d25817b..8266c332 100644 --- a/src/qrules/conservation_rules.py +++ b/src/qrules/conservation_rules.py @@ -49,7 +49,7 @@ from copy import deepcopy from functools import reduce from textwrap import dedent -from typing import Any, Callable, Optional, Protocol, Union +from typing import Any, Callable, List, Optional, Protocol, Union from attrs import define, field, frozen from attrs.converters import optional