Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit e7034a2

Browse files
committed
fix problem with PEP8
1 parent 3780463 commit e7034a2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

sdc/datatypes/hpat_pandas_dataframe_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def __init__(self, dmm, fe_type):
124124
]
125125
models.StructModel.__init__(self, dmm, fe_type, members)
126126

127+
127128
make_attribute_wrapper(DataFrameType, 'data', '_data')
128129

129130

@@ -189,6 +190,7 @@ def hpat_pandas_dataframe_impl(data=None, index=None, columns=None, dtype=None,
189190

190191
return hpat_pandas_dataframe_impl
191192

193+
192194
@box(DataFrameType)
193195
def hpat_pandas_dataframe_box(typ, val, c):
194196
"""

sdc/rewrites/dataframe_constructor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def _replace_index_with_arrays(args, stmt, block, func_ir):
167167

168168
return new_args
169169

170+
170171
@overload(DataFrame)
171172
def pd_dataframe_overload(data, index=None, columns=None, dtype=None, copy=False):
172173
"""

0 commit comments

Comments
 (0)