[IMP] web_notify: black, isort, prettier

This commit is contained in:
Kevin Khao
2020-11-05 11:42:38 +01:00
committed by David
parent b3e98d1a8d
commit 91a409f03b
2 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
odoo.define("web_notify.Notification", function(require) {
odoo.define("web_notify.Notification", function (require) {
"use strict";
var Notification = require("web.Notification");
@@ -11,7 +11,7 @@ odoo.define("web_notify.Notification", function(require) {
info: "fa-info",
default: "fa-lightbulb-o",
},
init: function() {
init: function () {
this._super.apply(this, arguments);
// Delete default classes
this.className = this.className.replace(" o_error", "");