From: Lu Fang Date: Thu, 4 Apr 2019 04:29:36 +0000 (-0700) Subject: Fix the linter (#18842) X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=100f95a362e683afb87a628bdd4a33ff77df6881;p=platform%2Fupstream%2Fpytorch.git Fix the linter (#18842) 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 --- diff --git a/test/test_jit.py b/test/test_jit.py index c2b6b6d..5763645 100644 --- a/test/test_jit.py +++ b/test/test_jit.py @@ -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)