cleanup remnants from merge conflicts

This commit is contained in:
svlandeg 2022-01-20 18:14:26 +01:00
parent c4c41b14cf
commit 6243ac35eb
2 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ cdef class Doc:
"""
if "has_vector" in self.user_hooks:
return self.user_hooks["has_vector"](self)
elif self.vocab.vectors.data.size:
elif self.vocab.vectors.size:
return True
elif self.tensor.size:
return True