reorder python imports

This commit is contained in:
Daniel Micay 2024-05-15 14:58:15 -04:00
parent 45362503cf
commit 3cdf0cc2f7

View File

@ -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"