Skip to content

Commit 08d3def

Browse files
committed
style: format conftest.py
1 parent a83e321 commit 08d3def

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Mock winreg and shutil._winapi so that Windows-only modules don't crash the import on Linux.
77
if sys.platform != "win32":
88
import shutil
9+
910
sys.modules["winreg"] = MagicMock()
1011
mock_winapi = MagicMock()
1112
del mock_winapi.CopyFile2

0 commit comments

Comments
 (0)