Skip to content

Commit d485ff8

Browse files
committed
fix formatting with black
1 parent b3139dc commit d485ff8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

generate.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@ def format_markdown(file_path):
108108
extensions=["tables", "fenced_code", "codehilite", "toc", "sane_lists"],
109109
extension_configs={
110110
"codehilite": {"css_class": "highlight"},
111-
"toc": {
112-
"anchorlink": True,
113-
"anchorlink_class": "headerlink"
114-
},
111+
"toc": {"anchorlink": True, "anchorlink_class": "headerlink"},
115112
},
116113
)
117114

0 commit comments

Comments
 (0)