Skip to content

Commit

Permalink
[cleanup] Remove __future__ imports no longer required in Python3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Vallet committed Jun 8, 2020
1 parent 4d5e3b2 commit 1052084
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions picklefield/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

import django.utils.version

from .constants import DEFAULT_PROTOCOL
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

from setuptools import find_packages, setup

import picklefield
Expand Down

0 comments on commit 1052084

Please sign in to comment.