Skip to content

Commit bbaa2c8

Browse files
committed
Rename _config_managing.py to _actor.py
As this package gets more stuff, the old name used when the actor was stored in the `frequenz.actor` package doesn't make much sense and is confusing. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent e89fa91 commit bbaa2c8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/frequenz/sdk/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""Read and update config variables."""
55

6-
from ._config_managing import ConfigManagingActor
6+
from ._actor import ConfigManagingActor
77
from ._logging_config_updater import LoggerConfig, LoggingConfig, LoggingConfigUpdater
88
from ._util import load_config
99

File renamed without changes.

tests/config/test_config_manager.py renamed to tests/config/test_actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from frequenz.channels import Broadcast
1414

1515
from frequenz.sdk.config import ConfigManagingActor
16-
from frequenz.sdk.config._config_managing import _recursive_update
16+
from frequenz.sdk.config._actor import _recursive_update
1717

1818

1919
class Item:

0 commit comments

Comments
 (0)