Skip to content

Commit 5755e94

Browse files
committed
cosmetics
1 parent cc43216 commit 5755e94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_osl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def __init__(self, wtSite: Any = None, title: str = None):
1313
self.wtSite = wtSite
1414
self.title = title
1515

16-
self.exists = True
16+
self.exists = True # only to fake the existence of the page for testing
1717
self._original_content = ""
1818
self._content = ""
1919
self.changed: bool = False
20-
self._dict = [] # todo: named dict but is of type list
20+
self._dict = []
2121
self._slots: Dict[str, Union[str, dict]] = {"main": ""}
2222
self._slots_changed: Dict[str, bool] = {"main": False}
2323
self._content_model: Dict[str, str] = {"main": "wikitext"}

0 commit comments

Comments
 (0)