Support sending notifications in batch. (#27)

This commit is contained in:
Matan Gover
2017-01-23 20:10:35 +03:00
committed by Sergey Petrov
parent 1262d6c2bd
commit 701b587c32
9 changed files with 279 additions and 23 deletions
+1 -5
View File
@@ -6,8 +6,4 @@ max-attributes = 10
max-line-length=120
[MESSAGES CONTROL]
disable =
# Missing docstring
C0111,
# Too few public methods
R0903
disable = missing-docstring, too-few-public-methods, locally-disabled, invalid-name