Skip to content

Commit

Permalink
tried fixing typing again
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Oct 10, 2024
1 parent 70aa1f4 commit e43ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrules/conservation_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e43ee60

Please sign in to comment.