Improve code quality

This commit is contained in:
Sergey Petrov
2017-05-23 00:45:08 +03:00
parent e10319b78d
commit 653b37054d
3 changed files with 44 additions and 49 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class InvalidProviderToken(APNsException):
class MissingProviderToken(APNsException):
"""No provider certificate was used to connect to APNs and Authorization header was missing or no provider token
"""No provider certificate was used to connect to APNs and Authorization header was missing or no provider token
was specified. """
pass