26 lines
770 B
Diff
26 lines
770 B
Diff
From 42b71076304a0efb17fa7dfcc3286c727be35a73 Mon Sep 17 00:00:00 2001
|
|
From: zxstty <zhaojiaqi18@huawei.com>
|
|
Date: Thu, 9 Nov 2023 11:10:52 +0800
|
|
Subject: [PATCH] 0005
|
|
|
|
---
|
|
ohos/hisysevent/gen_def_from_all_yaml.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/ohos/hisysevent/gen_def_from_all_yaml.py b/ohos/hisysevent/gen_def_from_all_yaml.py
|
|
index 058ec0c..a2d4c92 100755
|
|
--- a/ohos/hisysevent/gen_def_from_all_yaml.py
|
|
+++ b/ohos/hisysevent/gen_def_from_all_yaml.py
|
|
@@ -24,7 +24,7 @@ sys.path.append(
|
|
os.path.dirname(
|
|
os.path.dirname(os.path.dirname(os.path.abspath(__file__))))))
|
|
|
|
-from third_party.PyYAML.lib import yaml # noqa: E402
|
|
+import yaml # noqa: E402
|
|
|
|
|
|
def format_validation(pattern, content):
|
|
--
|
|
2.33.0
|
|
|