Skip to content

Commit 5259941

Browse files
committed
lint
1 parent 7b50c10 commit 5259941

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/iotools/bsrn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import warnings
99
import io
1010
import os
11-
from functools import partial
1211

1312
from pvlib.tools import _file_context_manager
1413
from pvlib._deprecation import deprecated

tests/iotools/test_bsrn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
from pvlib._deprecation import pvlibDeprecationWarning
1919

20+
2021
@pytest.fixture(scope="module")
2122
def bsrn_credentials():
2223
"""Supplies the BSRN FTP credentials for testing purposes.

0 commit comments

Comments
 (0)