silence warning "W391 blank line at end of file"

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