style: sort imports
This commit is contained in:
parent
016d7db63e
commit
3efc1a9dd1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user