refactor: code clean-up

This commit is contained in:
Vlad Stan 2023-02-02 10:26:25 +02:00
parent d4bfb0a815
commit 855ec09df3
2 changed files with 5 additions and 11 deletions

View file

@ -141,10 +141,6 @@ async def filter_by_tag_e_p_and_author(all_events: List[NostrEvent], author, eve
assert filtered_events[0].id == reply_event_id, f"Failed to filter the right event by 'author' and tags 'e' & 'p'"
def get_fixtures(file):
"""
Read the content of the JSON file.