Skip to content

Commit 9b3dbf4

Browse files
Appease the linter
1 parent 9b104ec commit 9b3dbf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/location.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ class Location:
4242
Positive is east of the prime meridian.
4343
Use decimal degrees notation.
4444
45-
tz : str, int, float, zoneinfo.ZoneInfo, datetime.timezone, or pytz timezone (deprecated), default 'UTC'.
45+
tz : str, int, float, zoneinfo.ZoneInfo, datetime.timezone, or pytz
46+
timezone (deprecated), default 'UTC'.
4647
See http://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a
4748
list of valid time zone strings, or use the function
4849
zoneinfo.available_timezones().
@@ -94,7 +95,7 @@ def __init__(
9495
# warn_deprecated(
9596
# "0.11.3",
9697
# message='pytz-based timezones are deprecated for locations',
97-
# alternative='use zoneinfo.ZoneInfo from the standard library',
98+
# alternative='use zoneinfo.ZoneInfo from standard library',
9899
# obj_type='function argument type',
99100
# )
100101
# self.tz = ZoneInfo(tz.zone)

0 commit comments

Comments
 (0)