diff --git a/kpops/components/streams_bootstrap/producer/producer_app.py b/kpops/components/streams_bootstrap/producer/producer_app.py index 08e621019..6091cdd77 100644 --- a/kpops/components/streams_bootstrap/producer/producer_app.py +++ b/kpops/components/streams_bootstrap/producer/producer_app.py @@ -1,4 +1,4 @@ -from __future__ import annotations +# from __future__ import annotations from pydantic import Field from typing_extensions import override diff --git a/kpops/components/streams_bootstrap/streams/streams_app.py b/kpops/components/streams_bootstrap/streams/streams_app.py index fb65d9ab8..a466b4eba 100644 --- a/kpops/components/streams_bootstrap/streams/streams_app.py +++ b/kpops/components/streams_bootstrap/streams/streams_app.py @@ -1,5 +1,3 @@ -from __future__ import annotations - from pydantic import Field from typing_extensions import override diff --git a/pyproject.toml b/pyproject.toml index f29e7ae65..7e0427eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,7 +159,7 @@ split-on-trailing-comma = false extend-immutable-calls = ["typer.Argument"] [tool.ruff.flake8-type-checking] -runtime-evaluated-base-classes = ["pydantic.BaseModel", "kpops.components.base_components.kafka_app.KafkaApp"] +runtime-evaluated-base-classes = ["pydantic.BaseModel"] [build-system] requires = ["poetry-core>=1.0.0"]