Skip to content

Commit

Permalink
__init__: top level noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Oct 11, 2024
1 parent c49c7b1 commit 86dff9b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions vsdeinterlace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from .blending import * # noqa: F401, F403
from .funcs import * # noqa: F401, F403
from .ivtc import * # noqa: F401, F403
from .utils import * # noqa: F401, F403
# ruff: noqa: F401, F403

from .blending import *
from .funcs import *
from .ivtc import *
from .utils import *

0 comments on commit 86dff9b

Please sign in to comment.