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 084a0c0 commit 4be9199Copy full SHA for 4be9199
filenameprocessor/tests/test_elasticache.py
@@ -11,8 +11,11 @@
11
12
# Ensure environment variables are mocked before importing from src files
13
with patch.dict("os.environ", MOCK_ENVIRONMENT_DICT):
14
- from elasticache import get_supplier_permissions_from_cache, get_valid_vaccine_types_from_cache, \
15
- get_supplier_system_from_cache
+ from elasticache import (
+ get_supplier_permissions_from_cache,
16
+ get_valid_vaccine_types_from_cache,
17
+ get_supplier_system_from_cache
18
+ )
19
from clients import REGION_NAME
20
21
s3_client = boto3_client("s3", region_name=REGION_NAME)
0 commit comments