mirror of https://github.com/mongodb/mongo
SERVER-114821: Fix import statement in mod_diff.py (#44769)
GitOrigin-RevId: 226355aadd5a36704e365915959c36a732ce77f7
This commit is contained in:
parent
8c9ed81ff4
commit
116ea1c8bd
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue