mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-29 18:18:57 +03:00
Fix some flake8/pycodestyle issues
This commit is contained in:
@@ -82,4 +82,4 @@ class LocalizedFieldWidgetTestCase(TestCase):
|
||||
|
||||
widget = LocalizedFieldWidget()
|
||||
output = widget.render(name="title", value=None)
|
||||
assert bool(re.search("<label (.|\n|\t)*>\w+<\/label>", output))
|
||||
assert bool(re.search(r"<label (.|\n|\t)*>\w+<\/label>", output))
|
||||
|
||||
Reference in New Issue
Block a user