Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 3, 2024
1 parent d2bad30 commit 3bdf240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vskernels/kernels/placebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from typing import Any, Callable

from stgpytools import inject_kwargs_params
from vstools import Transfer, TransferT, core, fallback, inject_self, vs
from vstools import core, fallback, inject_self, vs

from ..types import Center, LeftShift, Slope, TopShift
from ..types import LeftShift, TopShift
from .complex import LinearScaler

__all__ = [
Expand Down

0 comments on commit 3bdf240

Please sign in to comment.