Skip to content

Commit ff27995

Browse files
committed
Remove unused properties.
1 parent 0046b7f commit ff27995

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aws_lambda_powertools/utilities/typing/lambda_context.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ def get_remaining_time_in_millis() -> int:
9797

9898
@runtime_checkable
9999
class DurableContextProtocol(Protocol):
100-
_lambda_context: LambdaContext
101-
_state: object
102-
103100
@property
104101
def lambda_context(self) -> LambdaContext: ...
105102

0 commit comments

Comments
 (0)