Skip to content

Commit f882ac1

Browse files
committed
Fix import issue
1 parent b5747f5 commit f882ac1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pcs/pipeline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import inspect
22
from collections.abc import Mapping
3-
from types import Callable
4-
from typing import Any, TypeAlias, TypeVar
3+
from typing import Any, Callable, TypeAlias, TypeVar
54

65
from pcs.component import Component
76

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pipeline-component-system"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = [
55
{ name="Daniel Cauchi" },
66
]

0 commit comments

Comments
 (0)