Skip to content

Commit 110eaf0

Browse files
committed
Linting
1 parent 81a527e commit 110eaf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc-source/latex_unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def run(self) -> List[Node]:
274274

275275
class BoldTitle(SphinxRole):
276276

277-
def run(self) -> Tuple[List[Node], List[nodes.system_message]]:
277+
def run(self) -> Tuple[List[nodes.Node], List[nodes.system_message]]:
278278

279279
node_list = [
280280
nodes.raw('', r"\vspace{10px}", format="latex"),

tests/test_paths_/test_iterchildren_match.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- __pkginfo__.py
22
- doc-source/conf.py
3+
- doc-source/latex_unicode.py
34
- doc-source/patched_autosummary.py
45
- domdf_python_tools/__init__.py
56
- domdf_python_tools/_is_match.py

0 commit comments

Comments
 (0)