Skip to content

Commit e9cd520

Browse files
committed
eli-579 file formatting
1 parent 8b8ed0f commit e9cd520

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/eligibility_signposting_api/services/processors/derived_values/add_days_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def __init__(
4141
4242
Args:
4343
default_days: Default number of days to add when not specified
44-
in token or vaccine_type_days. Defaults to 91.
44+
in token or vaccine_type_days. Defaults to 91.
4545
vaccine_type_days: Dictionary mapping vaccine types to their
46-
specific days values. E.g., {"COVID": 91, "FLU": 365}
46+
specific days values. E.g., {"COVID": 91, "FLU": 365}
4747
"""
4848
self.default_days = default_days
4949
self.vaccine_type_days = vaccine_type_days or {}

0 commit comments

Comments
 (0)