Skip to content

Commit

Permalink
Merge pull request apache#112 from john-bodley/john-bodley-cherry-pic…
Browse files Browse the repository at this point in the history
…k-5490

[sqllab] fix unexpected keyword argument 'ignore_nan' (apache#5490)
  • Loading branch information
john-bodley authored Sep 14, 2018
2 parents 2fbdc37 + b4b7296 commit 301f289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import absolute_import, division, print_function, unicode_literals

from datetime import datetime
import json
import logging
from time import sleep
import uuid
Expand All @@ -12,6 +11,7 @@
from contextlib2 import contextmanager
import numpy as np
import pandas as pd
import simplejson as json
import sqlalchemy
from sqlalchemy.orm import sessionmaker
from sqlalchemy.pool import NullPool
Expand Down

0 comments on commit 301f289

Please sign in to comment.