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:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-06-14 16:10:24 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2021-06-14 16:25:23 +0300
commite14cc3cd3c132ca2174f08fe958b15a189c72a25 (patch)
treed7e1f2f6d522ed0e2fd34dcdac6ac8556efc680c
parent85bd7c2e65a00e7e0e914b82585f0139f70e2c8a (diff)
Cleanup: pose library, remove unused imports
-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