diff --git a/pyerrors/input/sfcf.py b/pyerrors/input/sfcf.py index c6b0d976..2e44f87e 100644 --- a/pyerrors/input/sfcf.py +++ b/pyerrors/input/sfcf.py @@ -8,7 +8,7 @@ from .utils import sort_names, check_idl import itertools from numpy import ndarray from typing import Any, Union, Optional, Literal -from Collections.abc import Callable +from collections.abc import Callable sep = "/"