SERVER-103927 switch from scons to bazel (#39284)

GitOrigin-RevId: 698b83c9b64adf5dfe2b670d16052f24342c04e3
This commit is contained in:
Daniel Moody
2025-07-29 12:18:07 -05:00
committed by MongoDB Bot
parent f78c5baef4
commit e54f728ad4
3228 changed files with 152328 additions and 571010 deletions

View File

@@ -28,9 +28,9 @@
#
"""Validate that the commit message is ok."""
import argparse
import logging
import re
import sys
import logging
LOGGER = logging.getLogger(__name__)