Skip to content

Commit

Permalink
Changes to comply with tox --pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo40 authored Apr 10, 2021
1 parent af8dc8d commit adfacb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superset/result_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ def convert_pa_dtype(pa_dtype: pa.DataType) -> Optional[str]:

@staticmethod
def convert_table_to_df(table: pa.Table) -> pd.DataFrame:
return table.to_pandas(integer_object_nulls=True,
timestamp_as_object=True)
return table.to_pandas(integer_object_nulls=True, timestamp_as_object=True)

@staticmethod
def first_nonempty(items: List[Any]) -> Any:
Expand Down

0 comments on commit adfacb2

Please sign in to comment.