Removed unused import

This commit is contained in:
kinaryml 2023-04-13 21:11:20 -07:00
parent a036bf70cc
commit a745b71f97

View File

@ -14,7 +14,6 @@
"""MediaPipe image segmenter task."""
import dataclasses
import enum
from typing import Callable, List, Mapping, Optional
from mediapipe.python import packet_creator