Skip to content

Commit bee44dd

Browse files
styling: set linstorvolumemanager import as multiline
Signed-off-by: Mathieu Labourier <[email protected]>
1 parent 6b816c3 commit bee44dd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

drivers/linstorjournaler.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
#
1717

1818

19-
from linstorvolumemanager import delete_controller_uri_cache, get_controller_uri
20-
from linstorvolumemanager import LinstorVolumeManager, LinstorVolumeManagerError
19+
from linstorvolumemanager import (
20+
delete_controller_uri_cache,
21+
get_controller_uri,
22+
LinstorVolumeManager,
23+
LinstorVolumeManagerError,
24+
)
2125

2226
import linstor
2327
import re

0 commit comments

Comments
 (0)