Skip to content

Commit 7ebc0ad

Browse files
committed
Fix channel_fixtures re-export stripped by ruff
1 parent abb2c6a commit 7ebc0ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/fixtures/channel_fixtures.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from roborock.testing import FakeChannel
2+
3+
__all__ = ["FakeChannel"]

0 commit comments

Comments
 (0)