From ca88aee42b741110d42683db826caf61b642abea Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.12.13 --- tools/cru-py/cru/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cru-py/cru/config.py') diff --git a/tools/cru-py/cru/config.py b/tools/cru-py/cru/config.py index b0c83d5..843f30a 100644 --- a/tools/cru-py/cru/config.py +++ b/tools/cru-py/cru/config.py @@ -1,6 +1,6 @@ from typing import Any, TypeVar, Generic -from .excp import CruInternalLogicError +from .error import CruInternalLogicError from .value import ValueType, ValueGenerator, ValidationError T = TypeVar("T") -- cgit v1.2.3