Compare commits

..

8 Commits

View File

@ -247,7 +247,6 @@ class Message():
path: pathlib.Path, path: pathlib.Path,
glob: Optional[str] = None, glob: Optional[str] = None,
prefix: Optional[str] = None) -> set[Tag]: prefix: Optional[str] = None) -> set[Tag]:
""" """
Return only the tags from message files in the given directory. Return only the tags from message files in the given directory.
The files can be filtered using 'glob', the tags by using 'prefix'. The files can be filtered using 'glob', the tags by using 'prefix'.