mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
removed unnecessary imports
This commit is contained in:
@@ -14,12 +14,9 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Please edit this list and import only required elements
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes import session, form, msgprint, errprint
|
||||
|
||||
from utilities.transaction_base import TransactionBase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user