Skip to content

Commit 061952a

Browse files
committed
Rename _config_managing.py to _managing_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 551158c commit 061952a

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,8 +3,8 @@
33

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

6-
from ._config_managing import ConfigManagingActor
76
from ._logging_config_updater import LoggerConfig, LoggingConfig, LoggingConfigUpdater
7+
from ._managing_actor import ConfigManagingActor
88
from ._util import load_config
99

1010
__all__ = [

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
@@ -16,7 +16,7 @@
1616
from pytest_mock import MockerFixture
1717

1818
from frequenz.sdk.config import ConfigManagingActor
19-
from frequenz.sdk.config._config_managing import _recursive_update
19+
from frequenz.sdk.config._managing_actor import _recursive_update
2020

2121

2222
class Item:

0 commit comments

Comments
 (0)