Skip to content

Commit 8bd092b

Browse files
committed
Normalize whitespace
1 parent 9e080e0 commit 8bd092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/contextlib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __subclasshook__(cls, C):
2727
if cls is AbstractContextManager:
2828
if (any("__enter__" in B.__dict__ for B in C.__mro__) and
2929
any("__exit__" in B.__dict__ for B in C.__mro__)):
30-
return True
30+
return True
3131
return NotImplemented
3232

3333

0 commit comments

Comments
 (0)