This module includes a method that extracts image URLs from any chunk of HTML,
in appearing order.
-
@@ -415,7 +415,7 @@ def some_method(self):
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+
feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -447,7 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/server-tools project on GitHub.
+
This module is part of the OCA/server-tools project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/html_image_url_extractor/tests/test_extractor.py b/html_image_url_extractor/tests/test_extractor.py
index e461deec5..82e6be877 100644
--- a/html_image_url_extractor/tests/test_extractor.py
+++ b/html_image_url_extractor/tests/test_extractor.py
@@ -8,7 +8,7 @@ from odoo.tools import mute_logger
class ExtractorCase(TransactionCase):
def setUp(self):
- super(ExtractorCase, self).setUp()
+ super().setUp()
# Shortcut
self.imgs_from_html = self.env["ir.fields.converter"].imgs_from_html