Skip to content

Commit

Permalink
Update pvlib/location.py per review comment
Browse files Browse the repository at this point in the history
Co-authored-by: Cliff Hansen <[email protected]>
  • Loading branch information
markcampanelli and cwhanse authored Jan 28, 2025
1 parent 5f6ad14 commit f691bb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pvlib/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ class Location:
* ``tz`` is an IANA time-zone string.
* ``pytz`` is a pytz-based time-zone object (read only).
As with Location-object initialization, use the ``tz`` attribute to update
the Location's object's time zone after instantiation, and the read-only
``pytz`` attribute will stay in sync with any changes made using ``tz``.
The read-only ``pytz`` attribute will stay in sync with any changes made using ``tz``.

Check failure on line 30 in pvlib/location.py

View workflow job for this annotation

GitHub Actions / flake8-linter

E501 line too long (90 > 79 characters)
Location objects support the print method.
Expand Down

0 comments on commit f691bb6

Please sign in to comment.