Very minor changes removing the custom NotImplementError.
@s3alfisc I've noticed that pyfixest.errors.__init__ includes an undefined MultiEstNotSupportedError in __all__ which I have also removed. Please let me know if instead it should be defined as an additional error.
Closes #701
Very minor changes removing the custom
NotImplementError
.@s3alfisc I've noticed that
pyfixest.errors.__init__
includes an undefinedMultiEstNotSupportedError
in__all__
which I have also removed. Please let me know if instead it should be defined as an additional error.