Merge pull request #467 from paperless-ngx/dependabot/pip/dev/scikit-learn-1.0.2

Fix failing test after updating model format version
This commit is contained in:
Trenton Holmes 2022-03-21 13:28:28 -07:00 committed by GitHub
commit 47530d274f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class DocumentClassifier(object):
if schema_version != self.FORMAT_VERSION:
raise IncompatibleClassifierVersionError(
"Cannor load classifier, incompatible versions.",
"Cannot load classifier, incompatible versions.",
)
else:
try: