enable flake8 E303: too many blank lines

This commit is contained in:
Adeeb Shihadeh
2020-05-31 17:18:08 -07:00
parent b86460c28e
commit f3dcf861c7
52 changed files with 4 additions and 84 deletions
@@ -46,8 +46,5 @@ class TestParamsLearner(unittest.TestCase):
self.assertAlmostEqual(sr_target, sr, places=1)
if __name__ == "__main__":
unittest.main()