Skip to content

Commit

Permalink
[IMP] Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-dmoreno committed Aug 31, 2023
1 parent ffe6f2a commit 704c45a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pos_event_sale/models/event_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ def _create_missing_mail_registrations(self, registrations):
This way we also prevent long delays in the POS, at the time of the order validation.
"""
return super()._create_missing_mail_registrations(registrations.filtered('email'))
return super()._create_missing_mail_registrations(
registrations.filtered("email")
)
1 change: 0 additions & 1 deletion pos_event_sale/static/src/js/models/PosGlobalState.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ odoo.define("pos_event_sale.models", function (require) {
// Extend the Pos global state to load events
const PosEventSalePosGlobalState = (PosGlobalState) =>
class extends PosGlobalState {

async _processData(loadedData) {
await super._processData(loadedData);
this._loadEventEvent(loadedData["event.event"]);
Expand Down

0 comments on commit 704c45a

Please sign in to comment.