Skip to content

Commit 09bcfeb

Browse files
committed
black lint
1 parent 6272623 commit 09bcfeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/python_gardenlinux_lib/features/parse_features.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ def get_features_dict(cname: str, gardenlinux_root: str) -> dict:
138138
if __get_node_type(graph.nodes[feature]) == type
139139
]
140140
return features_by_type
141-
141+
142+
142143
def get_features_list(cname: str, gardenlinux_root: str) -> list:
143144
"""
144145
:param str cname: the target cname to get the feature dict for
@@ -153,6 +154,7 @@ def get_features_list(cname: str, gardenlinux_root: str) -> list:
153154
features = __reverse_sort_nodes(graph)
154155
return features
155156

157+
156158
def get_features(cname: str, gardenlinux_root: str) -> str:
157159
"""
158160
:param str cname: the target cname to get the feature set for

0 commit comments

Comments
 (0)