aboutsummaryrefslogtreecommitdiff
path: root/pw_presubmit/py/pw_presubmit/module_owners.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_presubmit/py/pw_presubmit/module_owners.py')
-rw-r--r--pw_presubmit/py/pw_presubmit/module_owners.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_presubmit/py/pw_presubmit/module_owners.py b/pw_presubmit/py/pw_presubmit/module_owners.py
index f16d6e3d4..0df437e75 100644
--- a/pw_presubmit/py/pw_presubmit/module_owners.py
+++ b/pw_presubmit/py/pw_presubmit/module_owners.py
@@ -17,11 +17,11 @@ import logging
from pathlib import Path
from typing import Callable, Optional, Tuple
-from pw_presubmit import (
+from pw_presubmit.presubmit_context import (
PresubmitContext,
PresubmitFailure,
- presubmit,
)
+from pw_presubmit import presubmit
_LOG: logging.Logger = logging.getLogger(__name__)