Skip to content
Snippets Groups Projects
Commit a89da06756f3 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:shirt: flake8

parent 10d653b7eb8b
No related branches found
No related tags found
1 merge request!6[13.0] 1.0.1
Pipeline #40297 passed
Changelog Changelog
========= =========
1.0.1
-----
flake8 fix.
1.0 1.0
--- ---
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"name": "Base Context", "name": "Base Context",
"license": "AGPL-3", "license": "AGPL-3",
"summary": "Provide context method on models", "summary": "Provide context method on models",
"version": "13.0.1.0", "version": "13.0.1.0.1",
"category": "Technical", "category": "Technical",
"author": "XCG Consulting", "author": "XCG Consulting",
"website": "https://xcg-consulting.fr/", "website": "https://xcg-consulting.fr/",
......
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
} }
def with_lang(self: Model) -> Model: def with_lang(self: Model) -> Model:
"""Add lang info from the current user regardless of what the context may """Add lang info from the current user regardless of what the context
already contain. It so happens the context often has wrong lang info by may already contain. It so happens the context often has wrong lang
default. info by default.
Useful when running automated tasks. Useful when running automated tasks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment