Skip to content

Commit

Permalink
pyre
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Oct 4, 2024
1 parent 46ca16c commit fa2353b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pyre_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"."
],
"exclude": [
"nwc-frontend"
".*\/node_modules\/.*"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ def _load_encrypted_content(

def validate_response_event(
self,
response_event: Any,
response_event: Any, # pyre-ignore[2]
request_event_id: EventId,
expect_nip44: bool = True, # pyre-ignore[2]
expect_nip44: bool = True,
) -> dict[str, Any]:
assert isinstance(response_event, Event)
assert response_event.verify()
Expand Down

0 comments on commit fa2353b

Please sign in to comment.