fix(import): Import print_function once
This commit is contained in:
parent
ecb3d3f56d
commit
928ec12d35
6 changed files with 1 additions and 7 deletions
|
|
@ -1,5 +1,4 @@
|
|||
from __future__ import print_function, unicode_literals
|
||||
from __future__ import print_function
|
||||
import requests
|
||||
import json
|
||||
import frappe
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
from __future__ import print_function, unicode_literals
|
||||
from __future__ import print_function
|
||||
import frappe
|
||||
import pytz
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
from __future__ import print_function, unicode_literals
|
||||
from __future__ import print_function
|
||||
from subprocess import Popen, call, PIPE
|
||||
|
||||
def execute():
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
from __future__ import print_function, unicode_literals
|
||||
from __future__ import print_function
|
||||
from frappe.utils.selenium_testdriver import TestDriver
|
||||
import unittest, os, frappe, time
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
from __future__ import print_function, unicode_literals
|
||||
from __future__ import print_function
|
||||
from frappe.utils.selenium_testdriver import TestDriver
|
||||
import unittest
|
||||
import time, os
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
from __future__ import print_funciton, unicode_literals
|
||||
'''
|
||||
Check for unused CSS Classes
|
||||
|
||||
|
|
@ -8,7 +8,6 @@ sUpdate source and target apps below and run from CLI
|
|||
|
||||
'''
|
||||
|
||||
from __future__ import print_function
|
||||
import frappe, re, os
|
||||
|
||||
source = frappe.get_app_path('frappe_theme', 'public', 'less', 'frappe_theme.less')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue