Skip to content

Commit 1887408

Browse files
committed
Fix pylint
1 parent 6aee96e commit 1887408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sphinx_notion/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ def depart_bullet_list(self, node: nodes.Element) -> None:
474474
"""
475475
Handle leaving bullet list nodes.
476476
"""
477+
assert self
477478
del node
478479

479480
def visit_list_item(self, node: nodes.Element) -> None:

0 commit comments

Comments
 (0)