Skip to content

Commit

Permalink
Merge pull request #53 from Djailla/__future__
Browse files Browse the repository at this point in the history
[cleanup] Remove __future__ imports no longer required in Python3 only
  • Loading branch information
charettes committed Jun 8, 2020
2 parents 4d5e3b2 + 1052084 commit c1f9ec4
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 c1f9ec4

Please sign in to comment.