Add flake8 support and fix issues
[netvirt.git] / resources / tools / odltools / odltools / netvirt / tests / test_request.py
index a00dad3a647e9ae8477fdc0c5fb114ce402dd632..ed35a6aa90cb7e88989f071463d38882e6307e78 100644 (file)
@@ -24,5 +24,6 @@ class TestRequest(unittest.TestCase):
         request.write_file(self.outpath, data)
         self.assertTrue(os.path.exists(self.outpath))
 
+
 if __name__ == '__main__':
     unittest.main()