We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5a1e6 commit dcbed9dCopy full SHA for dcbed9d
1 file changed
src/rlottie_python/__init__.py
@@ -3,7 +3,5 @@
3
4
__version__ = "1.3.6"
5
6
-from .rlottie_wrapper import (
7
- LottieAnimation, # type: ignore # noqa: F401
8
- LottieAnimationProperty, # type: ignore # noqa: F401
9
-)
+from .rlottie_wrapper import LottieAnimation # type: ignore # noqa: F401
+from .rlottie_wrapper import LottieAnimationProperty # type: ignore # noqa: F401
0 commit comments