From 976229a9ab653f75609e530f11fe51668c0ebf16 Mon Sep 17 00:00:00 2001 From: jh <1922517453@qq.com> Date: Mon, 13 May 2024 21:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86os=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++++++++ package/os/os.pyi | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..13566b81b --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/package/os/os.pyi b/package/os/os.pyi index a87c168ac..c1a7294b1 100644 --- a/package/os/os.pyi +++ b/package/os/os.pyi @@ -96,3 +96,5 @@ class path: def abspath(self, path: str) -> str: pass + +print('PASS-AA') \ No newline at end of file -- Gitee