Commit Graph
1 Commits
Author SHA1 Message Date
Anders Kaseorg 88ee900854 Don’t import typing.Deque at runtime (for Python < 3.5.4)
On Ubuntu 16.04, which has Python 3.5.2, `apns2.client` failed to
import, because `typing.Deque` was not added until Python 3.5.4.

Fixes #88.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-10-08 22:49:46 +03:00