Skip to content

Commit 9a760b7

Browse files
committed
removed whitespace
1 parent 83b061e commit 9a760b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def DataReader(
433433
return StooqDailyReader(
434434
symbols=name,
435435
start=start,
436-
end=end,
436+
end=end,
437437
chunksize=25,
438438
retry_count=retry_count,
439439
pause=pause,

0 commit comments

Comments
 (0)