From afcd91a2d02b22ff643746ccde0191179111f267 Mon Sep 17 00:00:00 2001 From: Young Date: Mon, 28 Dec 2020 12:04:03 +0000 Subject: [PATCH] black format --- scripts/collect_info.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/collect_info.py b/scripts/collect_info.py index 9950ac4cb..512a7a140 100644 --- a/scripts/collect_info.py +++ b/scripts/collect_info.py @@ -9,11 +9,12 @@ QLIB_PATH = Path(__file__).absolute().resolve().parent.parent class InfoCollector: - ''' + """ User could collect system info by following commands `cd scripts && python collect_info.py all` - NOTE: please avoid running this script in the project folder which contains `qlib` - ''' + """ + def sys(self): """collect system related info""" for method in ["system", "machine", "platform", "version"]: