mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Since it finally works as expected now, I also updated test data files to include this extra line feed required by PEP8.
8 lines
148 B
Python
8 lines
148 B
Python
d = {
|
|
'success': 'OK',
|
|
'tag_count': 2,
|
|
'tags': [
|
|
{'name': 'tag1', 'uses': '1', 'display': '1', 'security': 'private'},
|
|
],
|
|
}
|