Skip to content

Commit 7aa6611

Browse files
committed
correct indentation
1 parent 684c65e commit 7aa6611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/resample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ def _upsample(self, method, limit=None, fill_value=None):
888888
# we may need to actually resample as if we are timestamps
889889
if self.kind == 'timestamp':
890890
return super(PeriodIndexResampler, self)._upsample(method,
891-
limit=limit, fill_value=fill_value)
891+
limit=limit, fill_value=fill_value)
892892

893893
ax = self.ax
894894
obj = self.obj

0 commit comments

Comments
 (0)