Changed name to a more logical one
This commit is contained in:
@@ -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:
|
Reference in New Issue
Block a user