Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Aug 12, 2024
1 parent f5ace57 commit 6604462
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion kpops/components/base_components/kafka_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class KafkaApp(PipelineComponent, ABC):
"""

values: KafkaAppValues = Field(
default=...,
description=describe_attr("values", __doc__),
)

Expand Down
2 changes: 0 additions & 2 deletions kpops/components/common/streams_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ class StreamsBootstrap(HelmApp, ABC):
"""

values: StreamsBootstrapValues = Field(
# default=...,
# default_factory=StreamsBootstrapValues,
description=describe_attr("values", __doc__),
)

Expand Down
1 change: 0 additions & 1 deletion kpops/components/streams_bootstrap/streams/streams_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class StreamsApp(KafkaApp, StreamsBootstrap):
"""

values: StreamsAppValues = Field(
default=...,
description=describe_attr("values", __doc__),
)

Expand Down

0 comments on commit 6604462

Please sign in to comment.