Skip to content

Commit d54bfb0

Browse files
committed
format
1 parent 17314ac commit d54bfb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

distutils/dist.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,9 @@ def _gen_paths(self):
349349
try:
350350
yield pathlib.Path('~').expanduser() / filename
351351
except RuntimeError:
352-
warnings.warn("Failed to locate user home directory. Skipping user config.")
352+
warnings.warn(
353+
"Failed to locate user home directory. Skipping user config."
354+
)
353355

354356
# All platforms support local setup.cfg
355357
yield pathlib.Path('setup.cfg')

0 commit comments

Comments
 (0)