Skip to content

Commit dbe4cf8

Browse files
committed
fix pep8 in testContextForm.py
1 parent 8627b21 commit dbe4cf8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

quintagroup/seoptimizer/tests/testContextForm.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
default_password
88
import re
99

10-
CUSTOM_METATAGS = [
11-
{'meta_name': 'metatag1', 'meta_content': 'metatag1value'},
12-
{'meta_name': 'metatag2', 'meta_content': 'metatag2value'},
13-
{'meta_name': 'metatag3', 'meta_content': ''}
14-
]
10+
CUSTOM_METATAGS = [{'meta_name': 'metatag1', 'meta_content': 'metatag1value'},
11+
{'meta_name': 'metatag2', 'meta_content': 'metatag2value'},
12+
{'meta_name': 'metatag3', 'meta_content': ''}]
1513

1614
VIEW_METATAGS = [
1715
'DC.creator', 'DC.format', 'DC.date.modified',

0 commit comments

Comments
 (0)