Merge pull request #5517 from adrianeboyd/bugfix/morph-repr

Remove MorphAnalysis __str__ and __repr__
This commit is contained in:
Matthew Honnibal 2020-05-29 19:20:56 +02:00 committed by GitHub
commit 85f1acfaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -46,12 +46,6 @@ cdef class MorphAnalysis:
"""The number of features in the analysis."""
return self.c.length
def __str__(self):
return self.to_json()
def __repr__(self):
return self.to_json()
def __hash__(self):
return self.key