We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87960ca commit 4b21d9cCopy full SHA for 4b21d9c
2 files changed
lambdas/redis_sync/tests/test_handler.py
@@ -4,9 +4,10 @@
4
import unittest
5
from unittest.mock import patch
6
7
-import redis_sync
8
from constants import RedisCacheKey
9
+import redis_sync
10
+
11
12
class TestHandler(unittest.TestCase):
13
s3_vaccine = {
lambdas/redis_sync/tests/test_handler_decorator.py
@@ -6,6 +6,7 @@
from common.s3_event import S3EventRecord
from redis_sync import handler
0 commit comments