Skip to content

Commit 3987a01

Browse files
committed
fix linting issue
1 parent cff533c commit 3987a01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

devenv/lib/colima.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
from enum import Enum
88

99
from devenv.constants import SYSTEM_MACHINE, home, root
10-
from devenv.lib import archive, docker, fs, proc, rosetta
10+
from devenv.lib import archive
11+
from devenv.lib import docker
12+
from devenv.lib import fs
13+
from devenv.lib import proc
14+
from devenv.lib import rosetta
1115

1216
ColimaStatus = Enum("ColimaStatus", ("UP", "DOWN", "UNHEALTHY"))
1317

0 commit comments

Comments
 (0)