Skip to content

Commit e2cc413

Browse files
Copilot0xrinegade
andcommitted
style: format code with black
Co-authored-by: 0xrinegade <[email protected]>
1 parent aba29df commit e2cc413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pytest_xprocess_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Import the entire module directly
1313
import xprocess.pytest_xprocess as pytest_xprocess_module # isort:skip
1414
from xprocess.pytest_xprocess import * # noqa: F401, F403, isort:skip
15+
1516
# Add it to sys.modules as pytest_xprocess
1617
sys.modules["pytest_xprocess"] = pytest_xprocess_module
1718

0 commit comments

Comments
 (0)