From ccfc4fc01207e4efab00e01baa5eb282cf7ab6c6 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Tue, 2 Jul 2013 22:10:33 -0400 Subject: [PATCH] remove extra line space at end of file --- common/djangoapps/util/tests/test_sandboxing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/djangoapps/util/tests/test_sandboxing.py b/common/djangoapps/util/tests/test_sandboxing.py index 96547cc1eb..4bccac707f 100644 --- a/common/djangoapps/util/tests/test_sandboxing.py +++ b/common/djangoapps/util/tests/test_sandboxing.py @@ -25,4 +25,3 @@ class SandboxingTest(TestCase): """ self.assertTrue(can_execute_unsafe_code('edX/full/2012_Fall')) self.assertTrue(can_execute_unsafe_code('edX/full/2013_Spring')) -