add missing import
This commit is contained in:
parent
c591ab5abe
commit
f8b6a73b60
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
from typing import Optional, List
|
||||
from pathlib import Path
|
||||
from ..infrastructure import GitApi, BuildFileRepository
|
||||
from ..domain import Version, Release, ReleaseType
|
||||
|
||||
|
|
Loading…
Reference in a new issue