Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Jun 17, 2024
1 parent b1effc1 commit 6788256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsscale/scale.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import annotations

from dataclasses import dataclass, field
from functools import lru_cache, partial
from math import ceil, floor, log2
from functools import partial
from math import ceil, log2
from typing import Any, ClassVar, Literal

from vsexprtools import complexpr_available, expr_func, norm_expr
Expand Down

0 comments on commit 6788256

Please sign in to comment.