add ready status type (#5941)

This commit is contained in:
ohemorange
2018-05-11 14:25:02 -07:00
committed by GitHub
parent 9568f9d5b0
commit 5940ee92ab
+1
View File
@@ -145,6 +145,7 @@ STATUS_PROCESSING = Status('processing')
STATUS_VALID = Status('valid')
STATUS_INVALID = Status('invalid')
STATUS_REVOKED = Status('revoked')
STATUS_READY = Status('ready')
class IdentifierType(_Constant):