chore: remove __future__ py2 compatibility imports
This commit is contained in:
committed by
Ankush Menat
parent
16682e452d
commit
fbfaf75b66
@@ -1,8 +1,6 @@
|
||||
# Copyright (c) 2015, Web Notes Technologies Pvt. Ltd. and Contributors
|
||||
# MIT License. See license.txt
|
||||
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
import click
|
||||
import frappe
|
||||
from frappe.commands import get_site, pass_context
|
||||
|
||||
Reference in New Issue
Block a user