remove unused type imports in sam

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-11-29 13:19:33 +09:00
parent 7c3e60be4c
commit 00ad95d1c0
No known key found for this signature in database
GPG Key ID: 83A8A5E74872A8AA

View File

@ -1,6 +1,6 @@
import os import os
from copy import deepcopy from copy import deepcopy
from typing import Dict, List, Tuple from typing import List
import cv2 import cv2
import numpy as np import numpy as np