Skip to content

Commit c3ab424

Browse files
committed
Run black
1 parent d0707a9 commit c3ab424

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sphinxext/opengraph/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ def get_tags(
142142
# arbitrary tags and overrides
143143
tags.update({k: v for k, v in fields.items() if k.startswith("og:")})
144144

145-
return (
146-
"\n"
147-
+ "\n".join([make_tag(p, c) for p, c in tags.items()] + config["ogp_custom_meta_tags"])
145+
return "\n" + "\n".join(
146+
[make_tag(p, c) for p, c in tags.items()] + config["ogp_custom_meta_tags"]
148147
)
149148

150149

0 commit comments

Comments
 (0)