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 b407c30 commit e5bfeca
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions vsscale/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from .exceptions import * # noqa: F401, F403
from .funcs import * # noqa: F401, F403
from .helpers import * # noqa: F401, F403
from .mask import * # noqa: F401, F403
from .onnx import * # noqa: F401, F403
from .scale import * # noqa: F401, F403
from .shaders import * # noqa: F401, F403
from .types import * # noqa: F401, F403
# ruff: noqa: F401, F403

from .exceptions import *
from .funcs import *
from .helpers import *
from .mask import *
from .onnx import *
from .scale import *
from .shaders import *
from .types import *

0 comments on commit e5bfeca

Please sign in to comment.