Skip to content

Commit

Permalink
review remark
Browse files Browse the repository at this point in the history
  • Loading branch information
deichmab-draeger committed Dec 3, 2024
1 parent cdf5002 commit 24d1c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdc11073/entity_mdib/entity_consumermdib.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class EntityConsumerMdib(EntityMdibBase):

def __init__(self,
sdc_client: SdcConsumer,
extras_cls: type | None = None,
extras_cls: Callable[[EntityConsumerMdib, loghelper.LoggerAdapter], Any] | None = None,
max_realtime_samples: int = 100):
"""Construct a ConsumerMdib instance.
Expand Down

0 comments on commit 24d1c63

Please sign in to comment.