Skip to content

Commit a93c42d

Browse files
committed
fix flake warnings
Signed-off-by: Oleg Höfling <[email protected]>
1 parent f8e7f03 commit a93c42d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

importlib_metadata/docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@
166166
# Example configuration for intersphinx: refer to the Python standard library.
167167
intersphinx_mapping = {
168168
'python': ('https://docs.python.org/3', None),
169-
'importlib_resources': ('https://importlib-resources.readthedocs.io/en/latest/', None),
169+
'importlib_resources': (
170+
'https://importlib-resources.readthedocs.io/en/latest/', None
171+
),
170172
}
171173

172174

0 commit comments

Comments
 (0)