From d16422c4523e6311652c9648c16c5a701573ca51 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 17 Jul 2024 21:50:19 -0500 Subject: [PATCH] from_url no longer has a default --- leapseconddata/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/leapseconddata/__init__.py b/leapseconddata/__init__.py index 00e8288..4ebb7a5 100755 --- a/leapseconddata/__init__.py +++ b/leapseconddata/__init__.py @@ -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: