Skip to content

Commit

Permalink
reverted pysankey import
Browse files Browse the repository at this point in the history
  • Loading branch information
gjelsas authored and Pierre-Sassoulas committed Jan 24, 2021
1 parent 8ccdcc5 commit cdf77c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions survey/exporter/tex/question2tex_sankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

from django.utils.translation import gettext_lazy as _
from pandas.core.frame import DataFrame
try:
from pysankey import sankey
except ModuleNotFoundError:
from pySankey import sankey
#try:
from pysankey import sankey
#except ModuleNotFoundError:
# from pySankey import sankey

from survey.exporter.tex.question2tex import Question2Tex
from survey.models.question import Question
Expand Down

0 comments on commit cdf77c2

Please sign in to comment.