Skip to content

Commit ff323d8

Browse files
authored
VED-26: Fix import. (#609)
1 parent 589a8a4 commit ff323d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_sync/src/transform_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from constants import RedisCacheKey
22
from clients import logger
3-
from src.transform_configs import transform_vaccine_map, transform_supplier_permissions
3+
from transform_configs import transform_vaccine_map, transform_supplier_permissions
44
'''
55
Transform config file to format required in REDIS cache.
66
'''

0 commit comments

Comments
 (0)