From cbd53fbac80ca88f0c16c025038a6da7ad093b34 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Wed, 3 Aug 2016 13:44:25 +0500 Subject: [PATCH] Don't import OrderedDict. --- zerver/lib/push_notifications.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zerver/lib/push_notifications.py b/zerver/lib/push_notifications.py index b5e70c3533..aebff2cfb4 100644 --- a/zerver/lib/push_notifications.py +++ b/zerver/lib/push_notifications.py @@ -15,7 +15,6 @@ import gcmclient from django.conf import settings import base64, binascii, logging, os, time -from collections import OrderedDict from functools import partial # APNS error codes