mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Reverted two commit accidents
This commit is contained in:
parent
68e3686253
commit
60d388d98d
2 changed files with 6 additions and 7 deletions
|
@ -301,7 +301,6 @@ class Test:
|
|||
if _debug:
|
||||
print('Calib. overhead time = %.6fms' % (
|
||||
min_overhead * MILLI_SECONDS))
|
||||
return
|
||||
if min_overhead < 0.0:
|
||||
raise ValueError('calibration setup did not work')
|
||||
if max_overhead - min_overhead > 0.1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue