[IMP] web_widget_mpld3_chart: pre-commit auto fixes

pull/3140/head
ThiagoMForgeFlow 2025-03-28 16:17:14 +01:00
parent 6563f0b8e8
commit ec068a2000
2 changed files with 3 additions and 3 deletions
web_widget_mpld3_chart/static/src/js

View File

@ -1,2 +1,4 @@
# generated from manifests external_dependencies
beautifulsoup4
bokeh==3.6.3
mpld3==0.5.10

View File

@ -1,8 +1,6 @@
/** @odoo-module **/
import {Component, markup, onMounted, onPatched, onWillStart, useRef} from "@odoo/owl";
import {loadBundle} from "@web/core/assets";
import {registry} from "@web/core/registry";
import {Component, markup, onMounted, onPatched, onWillStart, useRef} from "@odoo/owl";
export default class Mpld3ChartJsonWidget extends Component {
setup() {