Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent 6e45fdb commit fe8dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wwvb/iersdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import platformdirs

__all__ = ["DUT1_DATA_START", "DUT1_OFFSETS", "start", "span", "end"]
__all__ = ["DUT1_DATA_START", "DUT1_OFFSETS", "end", "span", "start"]

content: dict[str, str] = {"START": "1970-01-01", "OFFSETS_GZ": "H4sIAFNx1mYC/wMAAAAAAAAAAAA="}

Expand Down

0 comments on commit fe8dd90

Please sign in to comment.