Skip to content

Commit fb76429

Browse files
committed
[CodeStyle] Apply linter rules.
1 parent 4c0fc07 commit fb76429

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/src/pcluster/config/cluster_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
DefaultUserHomeType,
3333
)
3434
from pcluster.config.common import Imds as TopLevelImds
35-
from pcluster.config.common import Resource
35+
from pcluster.config.common import (
36+
Resource,
37+
)
3638
from pcluster.constants import (
3739
CIDR_ALL_IPS,
3840
CW_ALARMS_ENABLED_DEFAULT,

0 commit comments

Comments
 (0)