Skip to content

Commit

Permalink
Update highstock_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oualib committed Oct 30, 2023
1 parent 7ed2c8c commit e857696
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vertica_highcharts/highstock/highstock_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
from future.standard_library import install_aliases
install_aliases()
try:
from future.standard_library import install_aliases

install_aliases()
except:
import warnings
from past.builtins import basestring

from urllib.request import urlopen
Expand Down

0 comments on commit e857696

Please sign in to comment.