pep8 fixes

no idea why the build/local pep8s weren't picking them up before.

also excluded import order pep8
This commit is contained in:
Leo Hemsted
2016-08-23 12:05:47 +01:00
parent 270451e7ba
commit 26d7675baa
10 changed files with 26 additions and 24 deletions

View File

@@ -73,7 +73,7 @@ class MMGClient(SmsClient):
"reqType": "BULK",
"MSISDN": to,
"msg": content,
"sender": self.from_number if sender is None else sender,
"sender": self.from_number if sender is None else sender,
"cid": reference,
"multi": multi
}