From e14cc3cd3c132ca2174f08fe958b15a189c72a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 14 Jun 2021 15:10:24 +0200 Subject: Cleanup: pose library, remove unused imports --- pose_library/operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3