From fdfd1c745532c7ed8331a273bebc1b5176108334 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Sat, 20 Feb 2021 22:15:24 +0000 Subject: [PATCH] drop __unicode__ method usage (#4018) --- lib/iris/cube.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/iris/cube.py b/lib/iris/cube.py index 5578507d28..a15951900b 100644 --- a/lib/iris/cube.py +++ b/lib/iris/cube.py @@ -2652,9 +2652,6 @@ def vector_summary( def __str__(self): return self.summary() - def __unicode__(self): - return self.summary() - def __repr__(self): return "" % self.summary( shorten=True, name_padding=1