Skip to content

Commit

Permalink
create a lint issue in a file with other lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Jul 6, 2023
1 parent 980704b commit 23700fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pvlib/tests/test_clearsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

from .conftest import DATA_DIR

import numpy as notused

Check failure on line 21 in pvlib/tests/test_clearsky.py

View workflow job for this annotation

GitHub Actions / flake8-linter

F401 'numpy as notused' imported but unused

def test_ineichen_series():

Check failure on line 23 in pvlib/tests/test_clearsky.py

View workflow job for this annotation

GitHub Actions / flake8-linter

E302 expected 2 blank lines, found 1
times = pd.date_range(start='2014-06-24', end='2014-06-25', freq='3h',
Expand Down

0 comments on commit 23700fd

Please sign in to comment.