Skip to content

Commit 56915b8

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 6f0ad4a commit 56915b8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎docs/conf.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848

4949
extensions += ['jaraco.tidelift']
5050

51-
nitpick_ignore.extend(
52-
[
53-
('py:class', 'module'),
54-
('py:class', '_io.BufferedReader'),
55-
]
56-
)
51+
nitpick_ignore.extend([
52+
('py:class', 'module'),
53+
('py:class', '_io.BufferedReader'),
54+
])

0 commit comments

Comments
 (0)