Skip to content

Commit 3b929bd

Browse files
committed
Exclude DurableContextProtocol from coverage
1 parent ff27995 commit 3b929bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/typing/lambda_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_remaining_time_in_millis() -> int:
9696

9797

9898
@runtime_checkable
99-
class DurableContextProtocol(Protocol):
99+
class DurableContextProtocol(Protocol): # pragma: no cover
100100
@property
101101
def lambda_context(self) -> LambdaContext: ...
102102

0 commit comments

Comments
 (0)