Skip to content

Commit c34c199

Browse files
committed
Revert "Add a Reconfigurable *mixin*"
This class proved to be more confusing than helpful when presented to a wider audience, it seems to be better to propose ways to implement actors as documentation. This reverts commit 3201348. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 80fc626 commit c34c199

File tree

2 files changed

+0
-142
lines changed

2 files changed

+0
-142
lines changed

src/frequenz/sdk/config/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from ._logging_actor import LoggerConfig, LoggingConfig, LoggingConfigUpdatingActor
1212
from ._manager import ConfigManager
1313
from ._managing_actor import ConfigManagingActor
14-
from ._reconfigurable import Reconfigurable
1514
from ._util import load_config
1615

1716
__all__ = [
@@ -20,7 +19,6 @@
2019
"LoggerConfig",
2120
"LoggingConfig",
2221
"LoggingConfigUpdatingActor",
23-
"Reconfigurable",
2422
"get_config_manager",
2523
"initialize_config_manager",
2624
"load_config",

src/frequenz/sdk/config/_reconfigurable.py

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)