Skip to content

Commit 42e767b

Browse files
committed
Fix linter
1 parent 59b0f8b commit 42e767b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pvlib/iotools/bsrn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def get_bsrn(station, start, end, username, password,
163163

164164
# Generate list files to download based on start/end (SSSMMYY.dat.gz)
165165
filenames = pd.date_range(start.date().replace(day=1), end, freq='1MS')\
166-
167166
.strftime(f"{station}%m%y.dat.gz").tolist()
168167

169168
# Create FTP connection

0 commit comments

Comments
 (0)