Changed name to a more logical one

This commit is contained in:
Profitroll
2022-09-23 17:12:18 +02:00
parent 590eca20d8
commit da21f3ad77
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
from typing import OrderedDict
def weekdays_to_bitmask(data: OrderedDict[str, bool]) -> str:
def weekdays_bitmask(data: OrderedDict[str, bool]) -> str:
"""Convert ordered dict with weekdays to a bitmask.
### Args: