8000 fixed pep8 Travis failure · matplotlib/matplotlib@7ea5c1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ea5c1a

Browse files
committed
fixed pep8 Travis failure
1 parent 41bf6b5 commit 7ea5c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/finance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ def _missing(sequence, miss=-1):
863863
same_length = len(opens) == len(highs) == len(lows) == len(closes)
864864
_missopens = _missing(opens)
865865
same_missing = ((_missopens == _missing(highs)).all() and
866-
(_missopens == _missing(lows)).all() and
866+
(_missopens == _missing(lows)).all() and
867867
(_missopens == _missing(closes)).all())
868868

869869
if not (same_length and same_missing):

0 commit comments

Comments
 (0)
0