Skip to content

Commit 6d044ac

Browse files
Fix format
1 parent 68a457a commit 6d044ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@
172172
with open("include/release-cycle.json", encoding="UTF-8") as _f:
173173
_cycle = json.load(_f)
174174

175-
_main_version = next(version for version, data in _cycle.items()
176-
if data.get("branch") == "main")
175+
_main_version = next(
176+
version for version, data in _cycle.items() if data.get("branch") == "main"
177+
)
177178

178179
# prolog and epilogs
179180
rst_prolog = f"""

0 commit comments

Comments
 (0)