Skip to content

Commit

Permalink
Merge pull request #420 from collective/fix-serializer
Browse files Browse the repository at this point in the history
Fix unused, incorrect and undeclared imports in serializer.
  • Loading branch information
ThibautBorn authored Nov 20, 2023
2 parents 0628507 + dc08567 commit bbafc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
4.1.6 (unreleased)
------------------

- Nothing changed yet.
- Fix unused, incorrect and undeclared imports in serializer.
[thet]


4.1.5 (2023-11-03)
Expand Down
3 changes: 0 additions & 3 deletions src/collective/easyform/serializer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import datetime
from datetime import date, datetime
import imp
import pdb
from dateutil import parser
import json
import logging
Expand Down

0 comments on commit bbafc67

Please sign in to comment.