Skip to content

Commit 035c9ff

Browse files
committed
fmt
1 parent ac6ed80 commit 035c9ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
]
3939

4040
# Skip if downstream redistributors haven't installed them
41-
_OPTIONAL_EXTENSIONS = (
42-
'sphinxext.opengraph',
43-
)
41+
_OPTIONAL_EXTENSIONS = ('sphinxext.opengraph',)
4442
for optional_ext in _OPTIONAL_EXTENSIONS:
4543
try:
4644
if find_spec(optional_ext) is not None:

0 commit comments

Comments
 (0)