Skip to content

Commit 4a47f23

Browse files
authored
lint
1 parent 8905e1c commit 4a47f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/mongodl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ def _dl_component(
835835
latest_build_branch: "str|None",
836836
) -> ExpandResult:
837837
LOGGER.info(f"Download {component} {version}-{edition} for {target}-{arch}")
838-
if version == "latest-build" or version == "latest":
838+
if version in ("latest-build", "latest"):
839839
dl_url = _latest_build_url(
840840
cache, target, arch, edition, component, latest_build_branch
841841
)

0 commit comments

Comments
 (0)