Skip to content

Commit 4b21d9c

Browse files
committed
Import order
1 parent 87960ca commit 4b21d9c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lambdas/redis_sync/tests/test_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
import unittest
55
from unittest.mock import patch
66

7-
import redis_sync
87
from constants import RedisCacheKey
98

9+
import redis_sync
10+
1011

1112
class TestHandler(unittest.TestCase):
1213
s3_vaccine = {

lambdas/redis_sync/tests/test_handler_decorator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from common.s3_event import S3EventRecord
88
from constants import RedisCacheKey
9+
910
from redis_sync import handler
1011

1112

0 commit comments

Comments
 (0)