We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0655330 commit 05bfdf4Copy full SHA for 05bfdf4
1 file changed
smsapi/sms/model.py
@@ -48,4 +48,4 @@ def parse(cls, json_response, model):
48
m = model.from_dict(sms)
49
collection.append(m)
50
51
- return cls(1, collection, id=id, code=code, phone_number=phone_number, from_=from_)
+ return cls(1, collection, id=id, code=code, phone_number=phone_number, from_=from_)
0 commit comments