Skip to content

Commit

Permalink
CSCKAN-302 chore: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Oct 7, 2024
1 parent f992bda commit ed73d02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/composer/services/export_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,6 @@ def get_rows(cs: ConnectivityStatement) -> List[Row]:
plain_notes = [
note.note for note in cs.prefetched_notes if note.type == NoteType.PLAIN
]
different_notes = [
note.note for note in cs.prefetched_notes if note.type == NoteType.DIFFERENT
]

review_notes = "\n".join(plain_notes)
curation_notes = "\n".join(
note.note for note in cs.sentence.prefetched_sentence_notes
Expand Down

0 comments on commit ed73d02

Please sign in to comment.