Skip to content

Commit

Permalink
update the routine to fix pep8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kperrynrel committed Nov 6, 2023
1 parent 340e4ac commit 2b38a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvanalytics/tests/features/test_daytime.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import pvlib
from pvlib.location import Location
from datetime import datetime, date
from datetime import date
from pvanalytics.features import daytime
from ..conftest import DATA_DIR

Expand Down

0 comments on commit 2b38a37

Please sign in to comment.