Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8642c3

Browse files
committed
Removed debugging setting
1 parent 4d77017 commit d8642c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ class TestLineCounts(unittest.TestCase):
104104
def setUp(self):
105105
self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
106106
self.my_py_filename = fix_ext_py(__file__)
107-
self.maxDiff = None
108107

109108
def test_traced_func_linear(self):
110109
result = self.tracer.runfunc(traced_func_linear, 2, 5)

0 commit comments

Comments
 (0)