Skip to content

Commit

Permalink
pre commit ran
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsharma-prog committed Apr 30, 2024
1 parent 9da56c9 commit 3d2469a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def alpha_numeric_sort_section(index, section_config, tree_base_path):
an_sorted_sections = []
top_section_tree_level = f"{tree_base_path}.{index+1}"
top_section_tree_level = f"{tree_base_path}.{index + 1}"
an_sorted_sections.append(
{
"section_name": str(section_config["section_title"]["en"]),
Expand Down

0 comments on commit 3d2469a

Please sign in to comment.