Skip to content

Commit dbf5ef4

Browse files
committed
fix lint
1 parent 87eb7ec commit dbf5ef4

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)