Skip to content

Commit

Permalink
Removed six from resources file
Browse files Browse the repository at this point in the history
We were not using it and it was causing issues in the setup.py file.
  • Loading branch information
seocam committed Jun 1, 2017
1 parent 2ddc34e commit ad49c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion restless/resources.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from functools import wraps
import six
import sys

from .constants import OK, CREATED, ACCEPTED, NO_CONTENT
Expand Down

0 comments on commit ad49c44

Please sign in to comment.