From 0659fdd599a57c569eb7d3c91f6839db99162e17 Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 24 Jan 2025 15:06:11 +0800 Subject: [PATCH] update --- csst_mci_sim/csst_mci_sim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index d3e2186..59b9eea 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -99,7 +99,6 @@ except: #################################################### - def checkInputList(input_list, n): if isinstance(type(input_list), list): # if type(input_list) != type([1, 2, 3]): -- GitLab