mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
Add Dataclass: lint fix
This commit is contained in:
parent
8bf60a8d5e
commit
196a22ccf7
@ -1,7 +1,7 @@
|
||||
from typing import List, Tuple, Optional
|
||||
from abc import ABC, abstractmethod
|
||||
import numpy as np
|
||||
from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
||||
# Notice that all facial detector models must be inherited from this class
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user