Skip to content

Commit 077d69e

Browse files
committed
Fix type hints
1 parent fe0b356 commit 077d69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pendulum/tz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
_tz_cache: dict[int, FixedTimezone] = {}
2727

2828

29-
def timezones() -> tuple[str, ...]:
29+
def timezones() -> set[str]:
3030
return available_timezones()
3131

3232

0 commit comments

Comments
 (0)