Skip to content

Commit e79d452

Browse files
Remove string representation method
1 parent c76b740 commit e79d452

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/imcflibs/imagej/bioformats.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ def to_dict(self):
103103
"""
104104
return self.__dict__
105105

106-
def __repr__(self):
107-
"""Return a string representation of the object."""
108-
return "<ImageMetadata({})>".format(
109-
", ".join("{}={}".format(k, v) for k, v in self.__dict__.items())
110-
)
111-
112106

113107
class StageMetadata(object):
114108
"""A class to store stage coordinates and calibration metadata for a set of images.

0 commit comments

Comments
 (0)