diff --git a/imperative/python/megengine/utils/module_utils.py b/imperative/python/megengine/utils/module_utils.py index 13513a0c6572587b8f01f1d7d9966d894da67fe8..4fbf1dafcaaa85be313c718719ab18af04e09dfa 100644 --- a/imperative/python/megengine/utils/module_utils.py +++ b/imperative/python/megengine/utils/module_utils.py @@ -6,7 +6,6 @@ # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. import contextlib -from collections import Iterable from ..module import Sequential from ..module.module import Module, _access_structure diff --git a/scripts/whl/android/utils.sh b/scripts/whl/android/utils.sh index 88b91668fe3dbdc9cf8e3b368c954f971e514cd9..d9cad53cef5b3edcd0384a539d11b913187b228a 100755 --- a/scripts/whl/android/utils.sh +++ b/scripts/whl/android/utils.sh @@ -3,9 +3,6 @@ source ${SRC_DIR}/scripts/whl/utils/utils.sh ALL_PYTHON=${ALL_PYTHON} -# FIXME: now imperative py code do not support 3.10 -# but megenginelite and megbrain support it, so we -# config with 3.10.1 now FULL_PYTHON_VER="3.8.3 3.9.9 3.10.1" if [[ -z ${ALL_PYTHON} ]] then