Skip to content

Commit

Permalink
[REF] vuestorefront: pass pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oerp-odoo committed Aug 30, 2024
1 parent d0628e0 commit 0b413b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vuestorefront/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ class VSFBinary(Binary):
def content_image(
self,
xmlid=None,
model='ir.attachment',
model="ir.attachment",
id=None,
field='raw',
filename_field='name',
field="raw",
filename_field="name",
filename=None,
mimetype=None,
unique=False,
Expand All @@ -66,7 +66,7 @@ def content_image(
height=0,
crop=False,
access_token=None,
nocache=False
nocache=False,
):
"""Validate width and height."""
try:
Expand All @@ -92,7 +92,7 @@ def content_image(
height=height,
crop=crop,
access_token=access_token,
nocache=nocache
nocache=nocache,
)


Expand Down

0 comments on commit 0b413b7

Please sign in to comment.