Fix import.

This commit is contained in:
Jelmer Vernooij 2021-02-08 17:48:12 +00:00
parent 9870c12a33
commit 68a4964d59
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8

View file

@ -18,7 +18,7 @@
import logging
from typing import List, Tuple, Callable, Type
from buildlog_consultant.sbuild import (
from buildlog_consultant.common import (
find_build_failure_description,
Problem,
MissingPerlModule,