Fix import.
This commit is contained in:
parent
1c859b2fd3
commit
664ffd7b0a
1 changed files with 2 additions and 1 deletions
|
@ -19,11 +19,12 @@ import subprocess
|
|||
from typing import Tuple
|
||||
|
||||
from buildlog_consultant import Problem
|
||||
from buildlog_consultant.fix_build import BuildFixer
|
||||
from buildlog_consultant.common import (
|
||||
MissingGitIdentity,
|
||||
)
|
||||
|
||||
from .fix_build import BuildFixer
|
||||
|
||||
|
||||
class GitIdentityFixer(BuildFixer):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue