From a74c0e300342fc23abfcd4437d54fc83f293bcf6 Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Tue, 23 Nov 2021 09:59:02 +0800 Subject: [PATCH] Update channel.py --- python/pipeline/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pipeline/channel.py b/python/pipeline/channel.py index c23645eb..9ef1c09c 100644 --- a/python/pipeline/channel.py +++ b/python/pipeline/channel.py @@ -29,7 +29,7 @@ import enum import os import copy import time -from .error_catch import ErrorCatch, CustomExceptioni, ProductErrCode +from .error_catch import ErrorCatch, CustomException, ProductErrCode from .error_catch import CustomExceptionCode as ChannelDataErrcode _LOGGER = logging.getLogger(__name__) -- GitLab