Skip to content

Commit

Permalink
Fix unused, incorrect and undeclared imports in serializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 19, 2023
1 parent 0628507 commit dc08567
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 dc08567

Please sign in to comment.