summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLu Fang <lufang@fb.com>2019-04-03 21:29:36 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-04-03 21:37:01 -0700
commit100f95a362e683afb87a628bdd4a33ff77df6881 (patch)
treeb0aec025a0a612d70336e2f7f7c8e74081f7c849
parent7e59c60454bf5c80a4125808cd69a9b84675c643 (diff)
downloadpytorch-100f95a362e683afb87a628bdd4a33ff77df6881.tar.gz
pytorch-100f95a362e683afb87a628bdd4a33ff77df6881.tar.bz2
pytorch-100f95a362e683afb87a628bdd4a33ff77df6881.zip
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
-rw-r--r--test/test_jit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_jit.py b/test/test_jit.py
index c2b6b6d864..5763645ae4 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)