mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[PEP8] docstrings with double quotes
This commit is contained in:
@@ -102,9 +102,9 @@ class test_export_help_wizard(object):
|
||||
self.pageTemplate = False
|
||||
|
||||
def test_export_help(self):
|
||||
'''
|
||||
"""
|
||||
Export help data
|
||||
'''
|
||||
"""
|
||||
self.createPage(pageName=self.pageName, imgXmlId=self.imgXmlId)
|
||||
|
||||
wizardPool = self.env['export.help.wizard']
|
||||
|
||||
Reference in New Issue
Block a user