fix lint
This commit is contained in:
parent
e86e6fe357
commit
24211b1a27
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
from pybuilder.core import Project
|
from pybuilder.core import Project
|
||||||
from .devops_build import DevopsBuild
|
from .devops_build import DevopsBuild
|
||||||
from .application import ReleaseService
|
from .application import ReleaseService
|
||||||
from .domain import MixinType, ReleaseType
|
from .domain import MixinType
|
||||||
|
|
||||||
|
|
||||||
class ReleaseMixin(DevopsBuild):
|
class ReleaseMixin(DevopsBuild):
|
||||||
|
|
Loading…
Reference in a new issue