From 403a634e06c52f34250564dc944c775a5b8d729d Mon Sep 17 00:00:00 2001 From: emotion3459 <176516814+emotion3459@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:55:16 -0400 Subject: [PATCH] remove unused import --- vsdeband/noise.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vsdeband/noise.py b/vsdeband/noise.py index 76cf9fe..8fb3a6a 100644 --- a/vsdeband/noise.py +++ b/vsdeband/noise.py @@ -9,7 +9,6 @@ from vsexprtools import complexpr_available, norm_expr from vskernels import BicubicAuto, Bilinear, Catrom, Kernel, KernelT, Lanczos, LinearLight, Scaler, ScalerT from vsmasktools import adg_mask -from vsrgtools import BlurMatrix from vstools import ( CustomIndexError, CustomOverflowError, CustomValueError, InvalidColorFamilyError, KwargsT, Matrix, MatrixT, PlanesT, check_variable, core, depth, fallback, get_neutral_values, get_peak_value, get_sample_type, get_y, inject_self,