style: Linting fixes
This commit is contained in:
parent
53ee408e39
commit
d0f83f3420
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ context('Recorder', () => {
|
|||
cy.contains('.list-row-container span', 'frappe.desk.reportview.get').click();
|
||||
|
||||
cy.location('hash').should('contain', '#recorder/request/');
|
||||
cy.get('form').should('contain', 'frappe.desk.reportview.get')
|
||||
cy.get('form').should('contain', 'frappe.desk.reportview.get');
|
||||
|
||||
cy.get('#page-recorder .primary-action').should('contain', 'Stop').click();
|
||||
cy.get('#page-recorder .btn-secondary').should('contain', 'Clear').click();
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import frappe
|
|||
import sqlparse
|
||||
from pygments import highlight
|
||||
from pygments.lexers import PythonLexer
|
||||
from pygments.formatters import HtmlFormatter, RawTokenFormatter, NullFormatter
|
||||
from pygments.formatters import HtmlFormatter
|
||||
|
||||
from frappe import _
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue