Add a couple more rules

This commit is contained in:
Veronica Berglyd Olsen
2025-04-03 01:27:55 +02:00
parent 53a2d0e691
commit 6a66e06544
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -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]] = {}