Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent 9b5a1e6 commit dcbed9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/rlottie_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@

__version__ = "1.3.6"

from .rlottie_wrapper import (
LottieAnimation, # type: ignore # noqa: F401
LottieAnimationProperty, # type: ignore # noqa: F401
)
from .rlottie_wrapper import LottieAnimation # type: ignore # noqa: F401
from .rlottie_wrapper import LottieAnimationProperty # type: ignore # noqa: F401

0 comments on commit dcbed9d

Please sign in to comment.