From 427ceb75cf22f90d039b8bdcd560a494548b358d Mon Sep 17 00:00:00 2001 From: p02945817 <2995487295@qq.com> Date: Thu, 16 Jun 2022 19:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E4=BF=AE=E6=94=B9=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 16 ++++++++-------- setup.py | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9a6afd6..5caaf34 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + - { - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "last_opened_file_path": "F:/项目管理/PulseFocusPlatform", - "settings.editor.selected.configurable": "preferences.externalTools" + +}]]> diff --git a/setup.py b/setup.py index 827775d..956079a 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -19,7 +18,6 @@ def readme(): with open('README.md', encoding='utf-8') as f: content = f.read() return content -# read def parse_requirements(fname): with open(fname, encoding="utf-8-sig") as f: