[Mod]remove blank lines

This commit is contained in:
vn.py 2019-02-23 16:33:11 +08:00
parent 61cbe9dc4a
commit edca83c926
2 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@ def check_linter():
if __name__ == "__main__": if __name__ == "__main__":
if not check_all(): if not check_all():
exit(1) exit(1)
exit(0) exit(0)

View File

@ -767,4 +767,4 @@ class CtpTdApi(TdApi):
def close(self): def close(self):
"""""" """"""
if self.connect_status: if self.connect_status:
self.exit() self.exit()