Commit 8bd092b5 authored by Brett Cannon's avatar Brett Cannon

Normalize whitespace

parent 9e080e0e
......@@ -27,7 +27,7 @@ class AbstractContextManager(abc.ABC):
if cls is AbstractContextManager:
if (any("__enter__" in B.__dict__ for B in C.__mro__) and
any("__exit__" in B.__dict__ for B in C.__mro__)):
return True
return True
return NotImplemented
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment