Remove unnecessary import of six

This commit is contained in:
Itai Shirav 2020-05-30 15:30:17 +03:00
parent 4f0624d35c
commit afd9bb5a09
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
==========
v2.0.1
------
- Remove unnecessary import of `six`
v2.0.0
------
- Dropped support for Python 2.x

View File

@ -3,7 +3,6 @@ import sys
from collections import OrderedDict
from logging import getLogger
from six import reraise
import pytz
from .fields import Field, StringField