Fix the linter (#18842)
authorLu Fang <lufang@fb.com>
Thu, 4 Apr 2019 04:29:36 +0000 (21:29 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 4 Apr 2019 04:37:01 +0000 (21:37 -0700)
Summary:
Remove extra empty line
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18842

Differential Revision: D14767334

Pulled By: houseroad

fbshipit-source-id: 63224bc407949949e1eb5123d3f151e4ac8f6988

test/test_jit.py

index c2b6b6d..5763645 100644 (file)
@@ -340,7 +340,6 @@ class JitTestCase(TestCase):
 
             self.assertMultiLineEqual(main_module_code, main_module_2_code)
 
-
     def getExportImportCopy(self, m, also_test_file=True, map_location=None):
         buffer = io.BytesIO()
         torch.jit.save(m, buffer)