From dc15823cdcf630adf887e10853a286124e218ef0 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Mon, 15 Jul 2024 12:11:55 +0200 Subject: [PATCH] Remove unused import --- client/ayon_core/plugins/load/delete_old_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/plugins/load/delete_old_versions.py b/client/ayon_core/plugins/load/delete_old_versions.py index e8bdbca0ca..fbb3b06cf3 100644 --- a/client/ayon_core/plugins/load/delete_old_versions.py +++ b/client/ayon_core/plugins/load/delete_old_versions.py @@ -1,7 +1,7 @@ import collections import os import uuid -from typing import Optional, List, Dict, Any +from typing import List, Dict, Any import clique import ayon_api