Skip to content

Commit 8b67a41

Browse files
committed
Issue #2245 utils.py
Line 90 linter/ PEP8
1 parent 9161ca7 commit 8b67a41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pvlib/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import sys
2+
from pathlib import Path
3+
sys.path.append(Path(__file__).parent)
14
from pvlib.version import __version__ # noqa: F401
25

36
from pvlib import ( # noqa: F401

0 commit comments

Comments
 (0)