Source code for hepstats.splot.warnings """ Specific warnings for the `splot` submodule """ from __future__ import annotations [docs] class AboveToleranceWarning(UserWarning): pass