Skip to content

Commit ade425d

Browse files
committed
Lint: comprehention list is not needed
1 parent 17f0ca2 commit ade425d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readthedocs/config/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,9 +1294,7 @@ def build(self):
12941294
return BuildWithTools(
12951295
os=build['os'],
12961296
tools=tools,
1297-
jobs=BuildJobs(
1298-
**{job: commands for job, commands in build["jobs"].items()}
1299-
),
1297+
jobs=BuildJobs(**build["jobs"]),
13001298
apt_packages=build["apt_packages"],
13011299
)
13021300
return Build(**build)

0 commit comments

Comments
 (0)