Skip to content

Commit

Permalink
🔧 do not track coverage for windows specific workaround
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Feb 12, 2024
1 parent 73ca1ad commit aaa3bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqt/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

# under Windows, make sure to add the appropriate DLL directory to the PATH
if sys.platform == "win32":
if sys.platform == "win32": # pragma: no cover
import os
import sysconfig
from pathlib import Path
Expand Down

0 comments on commit aaa3bff

Please sign in to comment.