silence warning "W391 blank line at end of file"

上级 3ad52be5
...@@ -301,4 +301,3 @@ def main(): ...@@ -301,4 +301,3 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()
...@@ -95,4 +95,3 @@ class UrgencyLog(object): ...@@ -95,4 +95,3 @@ class UrgencyLog(object):
move(self.log_filename, new_filename) move(self.log_filename, new_filename)
else: else:
os.unlink(self.log_filename) os.unlink(self.log_filename)
...@@ -30,5 +30,4 @@ ignore = ...@@ -30,5 +30,4 @@ ignore =
F841, F841,
W291, W291,
W293, W293,
W391,
W503 W503
...@@ -327,4 +327,3 @@ class DBDakTestCase(DakTestCase): ...@@ -327,4 +327,3 @@ class DBDakTestCase(DakTestCase):
self.session.commit() self.session.commit()
# usually there is no need to drop all tables here # usually there is no need to drop all tables here
#self.metadata.drop_all() #self.metadata.drop_all()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册