Skip to content

Commit

Permalink
drop __unicode__ method usage (#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Feb 20, 2021
1 parent 065970a commit fdfd1c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/iris/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -2652,9 +2652,6 @@ def vector_summary(
def __str__(self):
return self.summary()

def __unicode__(self):
return self.summary()

def __repr__(self):
return "<iris 'Cube' of %s>" % self.summary(
shorten=True, name_padding=1
Expand Down

0 comments on commit fdfd1c7

Please sign in to comment.