Skip to content

Commit 7bd2d6c

Browse files
authored
STY: Fix whitespace
1 parent 2551269 commit 7bd2d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/tiingo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def read(self):
231231
dfs.append(self._read_one_data(self.url, self.params))
232232
finally:
233233
self.close()
234-
return pd.concat(dfs, axis=self._concat_axis)
234+
return pd.concat(dfs, axis=self._concat_axis)
235235

236236

237237
class TiingoMetaDataReader(TiingoDailyReader):

0 commit comments

Comments
 (0)