From a4525bef31db8c9637d7e127d97c4b2007f47a7c Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 3 Nov 2025 11:24:46 +0000 Subject: [PATCH] correct typo --- pyerrors/input/sfcf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "/"