Skip to content

Commit 92e0edd

Browse files
committed
Use relative imports
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 27c4a45 commit 92e0edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/config/_logging_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 Receiver
1414
from marshmallow_dataclass import dataclass
1515

16-
from frequenz.sdk.actor import Actor
16+
from ..actor import Actor
1717

1818
from ._util import load_config
1919

0 commit comments

Comments
 (0)