From edca83c9262cc5d5e4145439aee0cbd1f6cba11c Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sat, 23 Feb 2019 16:33:11 +0800 Subject: [PATCH] [Mod]remove blank lines --- tools/ci/check_all.py | 2 +- vnpy/gateway/ctp/ctp_gateway.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci/check_all.py b/tools/ci/check_all.py index 7ac5b3c7..3c986f04 100644 --- a/tools/ci/check_all.py +++ b/tools/ci/check_all.py @@ -72,4 +72,4 @@ def check_linter(): if __name__ == "__main__": if not check_all(): exit(1) - exit(0) \ No newline at end of file + exit(0) diff --git a/vnpy/gateway/ctp/ctp_gateway.py b/vnpy/gateway/ctp/ctp_gateway.py index d0030f62..56911bd6 100644 --- a/vnpy/gateway/ctp/ctp_gateway.py +++ b/vnpy/gateway/ctp/ctp_gateway.py @@ -767,4 +767,4 @@ class CtpTdApi(TdApi): def close(self): """""" if self.connect_status: - self.exit() \ No newline at end of file + self.exit()