SERVER-114821: Fix import statement in mod_diff.py (#44769)

GitOrigin-RevId: 226355aadd5a36704e365915959c36a732ce77f7
This commit is contained in:
Mathias Stearn
2025-12-04 15:52:24 +01:00
committed by MongoDB Bot
parent 8c9ed81ff4
commit 116ea1c8bd

View File

@@ -5,7 +5,7 @@ import subprocess
import sys
from typing import Iterable, NoReturn
from .browse import Decl, is_submodule_usage, load_decls
from browse import Decl, is_submodule_usage, load_decls
def perr_exit(message: str) -> NoReturn: