Skip to content

Commit dcbed9d

Browse files
Formatting
1 parent 9b5a1e6 commit dcbed9d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/rlottie_python/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33

44
__version__ = "1.3.6"
55

6-
from .rlottie_wrapper import (
7-
LottieAnimation, # type: ignore # noqa: F401
8-
LottieAnimationProperty, # type: ignore # noqa: F401
9-
)
6+
from .rlottie_wrapper import LottieAnimation # type: ignore # noqa: F401
7+
from .rlottie_wrapper import LottieAnimationProperty # type: ignore # noqa: F401

0 commit comments

Comments
 (0)