fix: mismatches dependencies in dockerfile (#13220)

This commit is contained in:
Yeuoly
2025-02-05 17:00:26 +08:00
committed by GitHub
parent 1650dbfbb1
commit 24839bb3e1
3 changed files with 3 additions and 3 deletions

View File

@ -583,7 +583,7 @@ class DocumentSegment(db.Model): # type: ignore[name-defined]
return []
else:
return []
@property
def sign_content(self):
return self.get_sign_content()