Skip to content

Commit

Permalink
Issue #2245 utils.py
Browse files Browse the repository at this point in the history
Line 90 linter/ PEP8
  • Loading branch information
jason-rpkt committed Jan 24, 2025
1 parent 9161ca7 commit 8b67a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pvlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import sys
from pathlib import Path
sys.path.append(Path(__file__).parent)
from pvlib.version import __version__ # noqa: F401

Check failure on line 4 in pvlib/__init__.py

View workflow job for this annotation

GitHub Actions / flake8-linter

E402 module level import not at top of file

from pvlib import ( # noqa: F401

Check failure on line 6 in pvlib/__init__.py

View workflow job for this annotation

GitHub Actions / flake8-linter

E402 module level import not at top of file
Expand Down

0 comments on commit 8b67a41

Please sign in to comment.