diff --git a/vskernels/kernels/bicubic.py b/vskernels/kernels/bicubic.py index a66b8a5..1599987 100644 --- a/vskernels/kernels/bicubic.py +++ b/vskernels/kernels/bicubic.py @@ -5,7 +5,6 @@ from vstools import CustomValueError, core, vs -from .abstract import Kernel from .complex import ComplexKernel __all__ = [ @@ -200,7 +199,7 @@ def __init__(self, **kwargs: Any) -> None: super().__init__(b=-0.6, c=0.3, **kwargs) -class BicubicAuto(Kernel): +class BicubicAuto(ComplexKernel): """ Kernel that follows the rule of: b + 2c = target for upsizing