Skip to content

Commit 05bfdf4

Browse files
the-veloperin-void
authored andcommitted
nl
1 parent 0655330 commit 05bfdf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smsapi/sms/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def parse(cls, json_response, model):
4848
m = model.from_dict(sms)
4949
collection.append(m)
5050

51-
return cls(1, collection, id=id, code=code, phone_number=phone_number, from_=from_)
51+
return cls(1, collection, id=id, code=code, phone_number=phone_number, from_=from_)

0 commit comments

Comments
 (0)