From db643b4c5fcc29d9b2db1a90fa7a7fa20e2dbc4f Mon Sep 17 00:00:00 2001 From: zhanghaibo Date: Fri, 1 Aug 2025 17:20:26 +0800 Subject: [PATCH] add line Signed-off-by: zhanghaibo Change-Id: I9f180052724d0dd8c76fb2e81424aed53c902e0b --- ohos_copy_ets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ohos_copy_ets.py b/ohos_copy_ets.py index 6e57f3bae2..7bc0160a7b 100755 --- a/ohos_copy_ets.py +++ b/ohos_copy_ets.py @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + import argparse import sys import os -- Gitee