summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/Exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pybench/Exceptions.py')
-rw-r--r--Tools/pybench/Exceptions.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/pybench/Exceptions.py b/Tools/pybench/Exceptions.py
index 295c83a..7e55708 100644
--- a/Tools/pybench/Exceptions.py
+++ b/Tools/pybench/Exceptions.py
@@ -38,7 +38,7 @@ class TryRaiseExcept(Test):
for i in xrange(self.rounds):
pass
-
+
class TryExcept(Test):
@@ -677,5 +677,3 @@ class TryExcept(Test):
for i in xrange(self.rounds):
pass
-
-