Skip to content

Commit

Permalink
refactor: minor cleanup (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Dec 9, 2023
2 parents 8edeee7 + 0aa6dc5 commit 2564780
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ def __init__(self, note_infos: Sequence[NoteInfo] = ()) -> None:
self.note_infos: list[NoteInfo] = list(note_infos)
self.executed_commands: list[FakeAnkiCommand] = []

def add_note_infos(self, note_infos: Sequence[NoteInfo]) -> None:
self.note_infos = self.note_infos + list(note_infos)

def get_all_note_infos(self) -> Sequence[NoteInfo]:
return self.note_infos

Expand Down

0 comments on commit 2564780

Please sign in to comment.