From dcbed9d2e868685a741af143c05547eece1c2e95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Jun 2024 09:12:04 +0000 Subject: [PATCH] Formatting --- src/rlottie_python/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/rlottie_python/__init__.py b/src/rlottie_python/__init__.py index b0878be..e8c8095 100755 --- a/src/rlottie_python/__init__.py +++ b/src/rlottie_python/__init__.py @@ -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