Skip to content

Commit ba2cf5e

Browse files
committed
Use relative imports
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 647149e commit ba2cf5e

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)