Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Jul 3, 2024
1 parent 83b018f commit eb2c6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apyanki/note.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def change_model(self) -> Optional[Note]:
" ".join(self.n.tags),
fields,
any(check_if_generated_from_markdown(f) for f in self.n.values()),
deck = self.get_deck()
deck=self.get_deck(),
)

new_note = note_data.add_to_collection(self.a)
Expand Down

0 comments on commit eb2c6ea

Please sign in to comment.