We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55a9a5 commit 45bb3bcCopy full SHA for 45bb3bc
lambdas/mns_subscription/src/mns_setup.py
@@ -1,9 +1,9 @@
1
+import boto3
2
import logging
3
+from botocore.config import Config
4
+from common.authentication import AppRestrictedAuth, Service
5
from common.cache import Cache
6
from mns_service import MnsService
-import boto3
-from common.authentication import AppRestrictedAuth, Service
-from botocore.config import Config
7
8
logging.basicConfig(level=logging.INFO)
9
0 commit comments