Remove dependency on future

Sole use was raise_from. 

six.raise_from loses exception detail on Python 2, so god help the programmers of the past.

Fixes #196.
This commit is contained in:
Cristi Vîjdea
2018-09-09 22:29:11 +03:00
parent 5fa35d5b81
commit 3ac6c9ec3a
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from future.utils import raise_from
from six import raise_from
import copy
import json