Skip to content

Commit

Permalink
Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Jun 18, 2023
1 parent 9ceb397 commit 2f0c730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsaa/antialiasers/eedi3.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dataclasses import field as dc_field
from typing import Any, Literal

from vstools import core, vs, CustomValueError
from vstools import CustomValueError, core, vs

from ..abstract import Antialiaser, DoubleRater, SingleRater, SuperSampler, _Antialiaser
from . import nnedi3
Expand Down

0 comments on commit 2f0c730

Please sign in to comment.