Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pose_library/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose_library/operators.py b/pose_library/operators.py
index 599f6e86..baef87b0 100644
--- a/pose_library/operators.py
+++ b/pose_library/operators.py
@@ -21,7 +21,7 @@ Pose Library - operators.
"""
from pathlib import Path
-from typing import Any, Optional, Set, Tuple
+from typing import Optional, Set
_need_reload = "functions" in locals()
from . import asset_browser, functions, pose_creation, pose_usage