Skip to content

Commit 4c3df8f

Browse files
committed
removed pragmas
1 parent 1a2379c commit 4c3df8f

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 # pragma: no cover
39+
import System # type: ignore
4040

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

4444
class DummyDotNetException(BaseException):

0 commit comments

Comments
 (0)