Skip to content

Commit 1cda984

Browse files
committed
Revert "fix(setup_plugins.py): remove unnecessary newlines and add missing bracket"
This reverts commit 70c9e95.
1 parent 4eb995d commit 1cda984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tracardi/service/setup/setup_plugins.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,9 @@
817817
})
818818
),
819819

820+
821+
822+
820823
"tracardi.process_engine.action.v1.beautifulsoup_action": PluginMetadata(
821824
test=PluginTest(
822825
init={
@@ -826,7 +829,6 @@
826829
},
827830
resource=None),
828831
),
829-
}
830832

831833
if License.has_service(SCHEDULER):
832834

0 commit comments

Comments
 (0)