Skip to content

Commit ae6253f

Browse files
Fix the asyncio import in test
The module was imported from the wrong package. Signed-off-by: Daniel Zullo <[email protected]>
1 parent a6a2006 commit ae6253f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/actor/test_resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH
33

44
"""Frequenz Python SDK resampling example."""
5+
import asyncio
56
import dataclasses
67
from datetime import datetime, timezone
78
from typing import Iterator
89

910
import async_solipsism
1011
import pytest
1112
import time_machine
12-
from async_solipsism.socket import asyncio
1313
from frequenz.channels import Broadcast
1414

1515
from frequenz.sdk.actor import (

0 commit comments

Comments
 (0)