diff --git a/src/yadism/coefficient_functions/asy/g1_nc.py b/src/yadism/coefficient_functions/asy/g1_nc.py index 4724d727..f76a979f 100644 --- a/src/yadism/coefficient_functions/asy/g1_nc.py +++ b/src/yadism/coefficient_functions/asy/g1_nc.py @@ -1,5 +1,5 @@ from ..light import f2_nc as light -from ..partonic_channel import RSL +from ..partonic_channel import RSL, EmptyPartonicChannel from . import g1_nc_raw as raw from . import partonic_channel as pc @@ -57,13 +57,13 @@ def NNLO(self): return RSL(raw.c2g_NNLL_reg, args=[self.L]) -class AsyLLIntrinsic(pc.EmptyPartonicChannel): +class AsyLLIntrinsic(EmptyPartonicChannel): pass -class AsyNLLIntrinsicMatching(pc.EmptyPartonicChannel): +class AsyNLLIntrinsicMatching(EmptyPartonicChannel): pass -class AsyNLLIntrinsicLight(pc.EmptyPartonicChannel): +class AsyNLLIntrinsicLight(EmptyPartonicChannel): pass