Skip to content

Commit dcec5a2

Browse files
Jeremy DesanlisJguer
authored andcommitted
feat(quotas): use an iso format for quota since field representation
1 parent c1ee0fd commit dcec5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygitguardian/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def __repr__(self):
415415
"count:{0}, "
416416
"limit:{1}, "
417417
"remaining:{2}, "
418-
"since:{3}".format(self.count, self.limit, self.remaining, repr(self.since))
418+
"since:{3}".format(self.count, self.limit, self.remaining, self.since.isoformat())
419419
)
420420

421421

0 commit comments

Comments
 (0)