diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-15 14:58:15 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-15 14:58:15 -0400 |
| commit | 3cdf0cc2f7201547f0c68b6a0fa18ea03dfd3b07 (patch) | |
| tree | 2ddffa57e38ecc1c3ffc663525a96c0d794f2047 | |
| parent | 45362503cf39d05a825a5ccc124cbba8a326b437 (diff) | |
reorder python imports
| -rwxr-xr-x | generate-sitemap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-sitemap b/generate-sitemap index 91cc8408..4deaafd0 100755 --- a/generate-sitemap +++ b/generate-sitemap @@ -1,8 +1,8 @@ #!/usr/bin/env python3 -from pathlib import Path from datetime import datetime, timezone from os.path import getmtime +from pathlib import Path base = "https://grapheneos.org" |
