Skip to content

Commit 76ef8e2

Browse files
author
Tobias Richter
committed
Fix Galaxy lint issues
1 parent 392afa6 commit 76ef8e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action_plugins/jenkins_plugin_helper.py

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def _normalize_plugins(self, plugins):
142142
"pinned": plugin.get("pinned", False),
143143
"absent": plugin.get("absent", False),
144144
"latest": plugin.get("latest", False),
145-
146145
}
147146
tmp[plugin.get('name')] = normalized_managed_plugin
148147
return tmp

0 commit comments

Comments
 (0)