Skip to content

Commit

Permalink
format again
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Dec 17, 2024
1 parent b4181b6 commit 8fb4b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/utils/_process_win32.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This file is only meant to be imported by process.py, not by end-users.
"""

import ctypes
import os
import subprocess
Expand All @@ -21,7 +22,6 @@
from .encoding import DEFAULT_ENCODING



class AvoidUNCPath:
"""A context manager to protect command execution from UNC paths.
Expand Down

0 comments on commit 8fb4b96

Please sign in to comment.