style: sort imports

This commit is contained in:
Christian Groschupp 2025-03-28 22:48:28 +01:00
parent 016d7db63e
commit 3efc1a9dd1

View File

@ -21,12 +21,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
import argparse
import logging
import sqlite3
import sys
from datetime import datetime, timedelta
from functools import cached_property
from pathlib import Path
from typing import List, Tuple, TypeAlias, Union, Sequence, Mapping, Any, Callable
import sqlite3
from typing import Any, Callable, List, Mapping, Sequence, Tuple, TypeAlias, Union
try:
import psycopg2