Skip to content

Commit e4a42c7

Browse files
committed
Remove useless comment
1 parent 5c080af commit e4a42c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ralph/virtual/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class CloudHostAdmin(
287287
]
288288
list_filter = generate_list_filter_with_common_fields(
289289
list_filter_prefix, list_filter_postfix
290-
) # + ["parent__cloudproject__name"]
290+
)
291291
list_select_related = [
292292
"cloudflavor",
293293
"cloudprovider",

0 commit comments

Comments
 (0)