Skip to content

Commit 3a8b707

Browse files
committed
just ignore
1 parent 3d7f0a6 commit 3a8b707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compas/plugins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
]
3737

3838
if compas.RHINO:
39-
import System # type: ignore
39+
import System # type: ignore # pragma: no cover
4040

41-
DotNetException = System.Exception
41+
DotNetException = System.Exception # pragma: no cover
4242
else:
4343

4444
class DummyDotNetException(BaseException):

0 commit comments

Comments
 (0)