Skip to content

Commit c55a534

Browse files
committed
add pragma no cover for to exclude from test coverage
1 parent a19a295 commit c55a534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linearboost/linear_boost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from numbers import Integral, Real
1919

2020
if sys.version_info >= (3, 11):
21-
from typing import Self
21+
from typing import Self # pragma: no cover
2222
else:
2323
from typing_extensions import Self
2424

0 commit comments

Comments
 (0)