Skip to content
Snippets Groups Projects
Unverified Commit e08a1eeb authored by Whi Kwon's avatar Whi Kwon Committed by GitHub
Browse files

Fixed wrong attribute name (#2213)

* Fixed wrong attribute name

* Update transforms.py
parent 7198451a
No related branches found
No related tags found
No related merge requests found
......@@ -872,5 +872,5 @@ class Albu(object):
def __repr__(self):
repr_str = self.__class__.__name__
repr_str += '(transformations={})'.format(self.transformations)
repr_str += '(transforms={})'.format(self.transforms)
return repr_str
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment