Unnecessary newline.

pull/35/head
David Baker 2015-01-28 14:37:55 +00:00
parent 8807f4170e
commit 3cb5b73c0d
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ class PushRuleRestServlet(ClientV1RestServlet):
def on_OPTIONS(self, _):
return 200, {}
def _add_empty_priority_class_arrays(d):
for pc in PushRuleRestServlet.PRIORITY_CLASS_MAP.keys():
d[pc] = []