Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fb4b96

Browse files
committed
format again
1 parent b4181b6 commit 8fb4b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/utils/_process_win32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
This file is only meant to be imported by process.py, not by end-users.
44
"""
5+
56
import ctypes
67
import os
78
import subprocess
@@ -21,7 +22,6 @@
2122
from .encoding import DEFAULT_ENCODING
2223

2324

24-
2525
class AvoidUNCPath:
2626
"""A context manager to protect command execution from UNC paths.
2727

0 commit comments

Comments
 (0)