1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Style fixes for tox linting

This commit is contained in:
Ray 2024-08-14 11:15:30 -06:00
parent 29b7cd8d54
commit d6c0a05771
5 changed files with 26 additions and 14 deletions

View file

@ -301,6 +301,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"type": positive_int})]))
])
def parse_compound_paths(*compound_paths: Optional[str]
) -> List[Tuple[str, bool]]:
"""Parse a compound path and return the individual paths.