Skip to content

Commit 7f237b3

Browse files
committed
fix F403 undefined-local-with-import-star
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 0aefe84 commit 7f237b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/storage/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
from .storage import *
1+
from .storage import (
2+
cold_migration_then_come_back,
3+
live_storage_migration_then_come_back,
4+
try_to_create_sr_with_missing_device,
5+
vdi_is_open,
6+
)

0 commit comments

Comments
 (0)