Add a couple more rules
This commit is contained in:
@@ -777,7 +777,7 @@ class TagsIndex:
|
||||
control of the keys.
|
||||
"""
|
||||
|
||||
__slots__ = ("_tags")
|
||||
__slots__ = ("_tags",)
|
||||
|
||||
def __init__(self) -> None:
|
||||
self._tags: dict[str, dict[str, str]] = {}
|
||||
|
||||
Reference in New Issue
Block a user