Skip to content

Commit

Permalink
Removed unused imports.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed May 17, 2022
1 parent c5ecd74 commit 3960eb6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/manifests/build/build_manifest_1_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.

from typing import Any

from manifests.component_manifest import Component, ComponentManifest, Components

"""
Expand Down
2 changes: 0 additions & 2 deletions src/manifests/build/build_manifest_1_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.

from typing import Any

from manifests.component_manifest import Component, ComponentManifest, Components

"""
Expand Down
2 changes: 0 additions & 2 deletions src/manifests/build_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.

from typing import Any

from manifests.build.build_manifest_1_0 import BuildManifest_1_0
from manifests.build.build_manifest_1_1 import BuildManifest_1_1
from manifests.component_manifest import Component, ComponentManifest, Components
Expand Down
2 changes: 0 additions & 2 deletions src/manifests/bundle/bundle_manifest_1_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.

from typing import Any

from manifests.component_manifest import Component, ComponentManifest, Components


Expand Down
2 changes: 1 addition & 1 deletion src/manifests/bundle_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.

from typing import Any, Dict
from typing import Dict

from manifests.bundle.bundle_manifest_1_0 import BundleManifest_1_0
from manifests.component_manifest import Component, ComponentManifest, Components
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/input_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import copy
import itertools
import logging
from typing import Any, Callable, Iterator, List, Optional
from typing import Callable, Iterator, List, Optional

from git.git_repository import GitRepository
from manifests.component_manifest import Component, ComponentManifest, Components
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.

from typing import Any, Optional
from typing import Optional

from manifests.component_manifest import Component, ComponentManifest, Components

Expand Down

0 comments on commit 3960eb6

Please sign in to comment.