Remove unused imports
This commit is contained in:
parent
a25453cdbf
commit
aa34558040
5 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
from typing import Optional
|
||||
from subprocess import run, CalledProcessError
|
||||
import deprecation
|
||||
from .domain import (
|
||||
Devops, DevopsFactory
|
||||
|
|
|
@ -2,7 +2,6 @@ from enum import Enum
|
|||
from typing import Optional
|
||||
from pathlib import Path
|
||||
from .common import (
|
||||
filter_none,
|
||||
Validateable,
|
||||
Devops,
|
||||
)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import json
|
||||
import re
|
||||
import subprocess as sub
|
||||
from abc import ABC, abstractmethod
|
||||
from typing import Optional
|
||||
from pathlib import Path
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from typing import Optional
|
||||
|
||||
from src.main.python.ddadevops.domain import (
|
||||
ReleaseContext,
|
||||
Version,
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from typing import Optional
|
||||
from pybuilder.core import Project
|
||||
from src.main.python.ddadevops.devops_build import DevopsBuild
|
||||
from src.main.python.ddadevops.infrastructure.release_mixin import ReleaseContextRepository, ReleaseTypeRepository, VersionRepository, GitApi, EnvironmentApi
|
||||
|
|
Loading…
Reference in a new issue