Fix import.
This commit is contained in:
parent
9870c12a33
commit
68a4964d59
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
import logging
|
import logging
|
||||||
from typing import List, Tuple, Callable, Type
|
from typing import List, Tuple, Callable, Type
|
||||||
|
|
||||||
from buildlog_consultant.sbuild import (
|
from buildlog_consultant.common import (
|
||||||
find_build_failure_description,
|
find_build_failure_description,
|
||||||
Problem,
|
Problem,
|
||||||
MissingPerlModule,
|
MissingPerlModule,
|
||||||
|
|
Loading…
Add table
Reference in a new issue