From 24853c46f414efe2cc2923e8eec3da3c402687d2 Mon Sep 17 00:00:00 2001 From: Kinda Hall <1142704468@qq.com> Date: Sun, 23 Jul 2023 10:36:26 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20better=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/quafu/users/userapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quafu/users/userapi.py b/src/quafu/users/userapi.py index 0694ac9..3aeedca 100644 --- a/src/quafu/users/userapi.py +++ b/src/quafu/users/userapi.py @@ -11,7 +11,7 @@ def __init__(self): self.apitoken = "" self._url = "http://quafu.baqis.ac.cn/" - if(self.check_account_data()): + if self.check_account_data(): self.load_account() self.backends_api = "qbackend/get_backends/"