chore: remove __future__ py2 compatibility imports

This commit is contained in:
Ankush Menat
2021-11-25 16:51:31 +05:30
committed by Ankush Menat
parent 16682e452d
commit fbfaf75b66
2166 changed files with 0 additions and 3208 deletions

View File

@@ -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