adjust deprecation version for `from_lmm`
(cherry picked from commit fd4845a5cf)
This commit is contained in:
parent
35cb41bd21
commit
23fca01cfc
|
|
@ -964,8 +964,8 @@ class Detections:
|
|||
@classmethod
|
||||
@deprecated(
|
||||
target=None,
|
||||
deprecated_in="0.27.0",
|
||||
remove_in="0.31.0",
|
||||
deprecated_in="0.26.0",
|
||||
remove_in="0.30.0",
|
||||
)
|
||||
def from_lmm(
|
||||
cls, lmm: LMM | str, result: str | dict[str, Any], **kwargs: Any
|
||||
|
|
|
|||
Loading…
Reference in New Issue