diff options
Diffstat (limited to 'xtesting')
-rw-r--r-- | xtesting/samples/first.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtesting/samples/first.py b/xtesting/samples/first.py index b7ec8b6d..e8a17b23 100644 --- a/xtesting/samples/first.py +++ b/xtesting/samples/first.py @@ -23,4 +23,3 @@ class Test(testcase.TestCase): six.print_("Hello World") self.result = 100 self.stop_time = time.time() - return testcase.TestCase.EX_OK |