Add Dataclass: lint fix

This commit is contained in:
kremnik 2024-08-22 23:26:24 +03:00
parent 8bf60a8d5e
commit 196a22ccf7

View File

@ -1,7 +1,7 @@
from typing import List, Tuple, Optional from typing import List, Tuple, Optional
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
import numpy as np
from dataclasses import dataclass from dataclasses import dataclass
import numpy as np
# Notice that all facial detector models must be inherited from this class # Notice that all facial detector models must be inherited from this class