commit | d24cfff3886b8502c8f98cb4421c5e37a46ec3f2 | [log] [tgz] |
---|---|---|
author | GangaManoj <ganga.manoj98@gmail.com> | Thu Oct 28 20:06:48 2021 +0530 |
committer | GangaManoj <ganga.manoj98@gmail.com> | Thu Oct 28 20:06:48 2021 +0530 |
tree | e227f5248a6bfe90d42f43f173254d0789550757 | |
parent | 1a9d2684e2c8e9f89ea82dbade5cbe9b72f9e364 [diff] |
fix: Remove unused imports
diff --git a/erpnext/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py index 9267eb5..14ad422 100644 --- a/erpnext/controllers/accounts_controller.py +++ b/erpnext/controllers/accounts_controller.py
@@ -19,8 +19,7 @@ get_link_to_form, getdate, nowdate, - now, - today + today, ) from six import text_type