From 6b94cfb908b85db3b62b24ad7d5d797be53de5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 6 Feb 2023 19:57:19 +0800 Subject: [PATCH] Removed excess blank lines in test_account.py and test_base_account.py. --- tests/test_account.py | 1 - tests/test_base_account.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/test_account.py b/tests/test_account.py index 513eea9..4f79f3e 100644 --- a/tests/test_account.py +++ b/tests/test_account.py @@ -14,7 +14,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - """The test for the account management. """ diff --git a/tests/test_base_account.py b/tests/test_base_account.py index 7721977..01ad713 100644 --- a/tests/test_base_account.py +++ b/tests/test_base_account.py @@ -14,7 +14,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - """The test for the base account management. """