From 343abed679e71fdfe61bcdc0715dc9c4ff50d5bc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 23 May 2017 11:36:39 -0700 Subject: [PATCH] fix the bug --- maya.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maya.py b/maya.py index d250587..61eb1f3 100644 --- a/maya.py +++ b/maya.py @@ -314,7 +314,7 @@ class MayaInterval(object): self.end = end def __repr__(self): - return ''.format(self.start, self.end) + return ''.format(self.start, self.end) def iso8601(self): """Returns an ISO 8601 representation of the MayaInterval."""