Skip to content

Commit

Permalink
from_url no longer has a default
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jul 18, 2024
1 parent 2bd84cc commit d16422c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leapseconddata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ def from_url(
) -> LeapSecondData | None:
"""Retrieve the leap second list from a local file
:param filename: URL to read leap second data from. The
default is maintained by the tzdata authors
:param filename: URL to read leap second data from
:param check_hash: Whether to check the embedded hash
"""
try:
Expand Down

0 comments on commit d16422c

Please sign in to comment.