Skip to content

Commit

Permalink
Update TODO references: #20
Browse files Browse the repository at this point in the history
  • Loading branch information
todo-actions[bot] committed Sep 4, 2020
1 parent 68de06e commit 2d6b565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fin_model_course/models/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def to_rst(self) -> str:
this_section_dict['_description'] = (DOCSRC_STATIC_PATH / file_path).read_text()
else:
this_section_dict["_items"].append(resource)
# TODO [$5f52888ddb22e40007b3379b]: static resource sorting would be more efficient in a separate loop after all items are created
# TODO [#20]: static resource sorting would be more efficient in a separate loop after all items are created
this_section_dict["_items"].sort(
key=lambda res: res.index if res.index is not None else -1
)
Expand Down

0 comments on commit 2d6b565

Please sign in to comment.