renderers.py
27.2 KB
-
NotImplemented is not an exception · af05820b
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.
Alexander Dutton committed
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.