Skip to content

Commit 876f948

Browse files
AlexWaygoodgvanrossum
authored andcommitted
fix lint
1 parent 73f8497 commit 876f948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_opcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def wrapper(*args, **kwargs):
1717
return func(*args, **kwargs)
1818
finally:
1919
_testinternalcapi.set_optimizer(old_opt)
20-
20+
2121
return wrapper
2222

2323

0 commit comments

Comments
 (0)