abstract method is not being anymore

This commit is contained in:
Sefik Ilkin Serengil 2024-03-28 20:00:34 +00:00
parent 6cc36922d4
commit 816f945136

View File

@ -1,4 +1,4 @@
from abc import ABC, abstractmethod
from abc import ABC
from typing import Any, Union, List, Tuple
import numpy as np
from deepface.commons import package_utils