Skip to content

Commit cfc5c29

Browse files
committed
lint
1 parent 2305a32 commit cfc5c29

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

ci/appveyor-37.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

pandas/_libs/window.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ cdef inline void remove_var(double val, double *nobs, double *mean_x,
688688
mean_x[0] = 0
689689
ssqdm_x[0] = 0
690690

691+
691692
def roll_var(ndarray[double_t] input, int64_t win, int64_t minp,
692693
object index, object closed, int ddof=1):
693694
"""

0 commit comments

Comments
 (0)