Skip to content

Commit 0150b98

Browse files
committed
black/pylint/...
1 parent 0fc5ac1 commit 0150b98

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

base_import_async/models/queue_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class QueueJob(models.Model):
8-
""" Job status and result """
8+
"""Job status and result"""
99

1010
_inherit = "queue.job"
1111

base_import_async/static/src/xml/import.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
<templates>
33
<t t-extend="ImportView.side_panel">
44
<t t-jquery="#oe_import_has_header" t-operation="before">
5-
<div title="When checked, the import will be executed as a background job,
5+
<div
6+
title="When checked, the import will be executed as a background job,
67
after splitting your file in small chunks that will be processed independently.
7-
Use this to import very large files.">
8+
Use this to import very large files."
9+
>
810
<input type="checkbox" class="oe_import_queue" id="oe_import_queue" />
911
<label for="oe_import_queue">Import in the background</label>
1012
</div>

0 commit comments

Comments
 (0)