1 2 3 4 5 6
class ContextManager: def __enter__(self, context): # [unexpected-special-method-signature] pass def __exit__(self, type): # [unexpected-special-method-signature] pass