Browse Source

🔨 removing redefinition of datetime module

Removing the duplicate `import datetime` while already importing with aliash `from` import.
pull/284/head
K. M. Jiaul Islam Jibon 2 years ago
committed by GitHub
parent
commit
57a81b8a9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      crm_dashboard/models/crm_dashboard.py

1
crm_dashboard/models/crm_dashboard.py

@ -20,7 +20,6 @@
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
import datetime
import calendar
from odoo import models, fields, api

Loading…
Cancel
Save