We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ea260 commit 5603ea4Copy full SHA for 5603ea4
1 file changed
recordprocessor/src/clients.py
@@ -29,3 +29,5 @@
29
REDIS_PORT = os.getenv("REDIS_PORT", 6379)
30
31
redis_cacher = RedisCacher(REDIS_HOST, REDIS_PORT, logger)
32
+
33
+disease_vaccine_mapping = DiseaseMapping(redis_cacher)
0 commit comments