Skip to content

Commit

Permalink
Fix EntryMetadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Aug 21, 2019
1 parent d5e5333 commit 701fccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class EntryMetadata(dict):
UNLIMITED_PROPAGATION = -1

def __init__(self, entry_ttl: int) -> None:
self.entry_ttl = entry_ttl
super().__init__(entry_ttl=entry_ttl)

def __getattr__(self, key: str) -> "object":
return self[key]
Expand Down

0 comments on commit 701fccd

Please sign in to comment.