mirror of https://github.com/OCA/web.git
[IMP] web_widget_mpld3_chart: pre-commit auto fixes
parent
6563f0b8e8
commit
ec068a2000
web_widget_mpld3_chart/static/src/js
|
@ -1,2 +1,4 @@
|
|||
# generated from manifests external_dependencies
|
||||
beautifulsoup4
|
||||
bokeh==3.6.3
|
||||
mpld3==0.5.10
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue