mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
fix: ruff complains about import sorting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import argparse
|
||||
import re
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
from threading import Thread
|
||||
from typing import TYPE_CHECKING, Callable, Iterable, Optional, Tuple, Type, Union
|
||||
|
||||
Reference in New Issue
Block a user